[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.platform.rcp] Re: How to specify a file in the config.ini file
|
Hi!
Finnaly, I have found a solution.
1) I export my product.
2) I write in the myRCPApp.ini file:
-Djava.security.policy=${user.home}/my.java.policy
3) I put my file 'my.java.policy' in the home directory.
And, all seems to work!
But in Eclipse, if I add '-Djava.security.policy=${user.home}/my.java.policy' in the VM Arguments window of my product. And, I test in Eclipse with the 'Launch the product' action, a window appears with this message : 'Reference to undefined variable user.home'
Eclipse doesn't know the user.home variable???
Do you have an idea?
How can I set user.home in Eclipse??
Thanks,
Regards,
Jean-Michael