Global variables in Eclipse RCP
- by Raven
Hi,
how do i solve this:
I have usercredential informtion in my main RCP plugin. All other plugins should have that information as well. Preference Store is not possible, because also the presference store needs a nodename which needs to be globally available.
Are there any possibilities to realize global variables?
Thanks!