[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.rcp] How to specify a file in the config.ini file

Hi!

I have implemented my own RCP application.
Now, I need to specify in the VM Arguments of the .product :
<b>-Djava.security.policy=my.java.policy</b>

But, I need to export the file my.java.policy like this:

-MyApplication
|
..
|
|-config.ini
|-<b>my.java.policy</b>
|--plugins directory
 | |------>A plugin
|  |------>Another plugin
..

How to do that?
Do you have an idea?

Thanks,
Regards,

Jean-Michael