Global variables in Eclipse RCP
Posted
by Raven
on Stack Overflow
See other posts from Stack Overflow
or by Raven
Published on 2010-03-16T18:37:57Z
Indexed on
2010/03/16
18:41 UTC
Read the original article
Hit count: 517
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!
© Stack Overflow or respective owner