I have some data stored in 5 lists. I need to acces these lists through all rcp project. The problem is that I can't refer to a static variable in the content provider where these lists are created.
I don't know also how to make variables global without calling them like ClassName.VariableName .
Can you help me with a solution for these problems ?
Thank you !
P.S. For admins, please read the questions before marking them as duplicate, I have searched the topic on stackoverflow and none of the questions already here can help me solve this