It would be better if you state how did you try it without using static..?
But I can suggest you,
you can use a method called getObservableList() returning the observable list in the first class so that you can access that observable list in second class. When accessing do not create a new instance of first class. I think you know why..