Problem specifying VM arguments [message #444886] |
Wed, 22 February 2006 19:14 |
Eclipse User |
|
|
|
Originally posted by: Jim.Melton.lmco.com
I tried to specify VM arguments using the product configuration wizard in
the "VM Arguments" section of the "Configuration" tab. The result in the
product file is this:
<launcherArgs>
<vmArgs>-Djava.endorsed.dirs=/opt/iona/lib/art/omg/5</vmargs >
</launcherArgs>
When I export my RCP product, the created .ini file looks like this:
-vmargs
-Djava.endorsed.dirs=/opt/iona/lib/art/omg/5
My application fails, unable to instantiate the IONA ORB. The output log
does not indicate that the above argument was applied.
If I edit the .ini file by hand and put everything on one line:
-vmargs -Djava.endorsed.dirs=/opt/iona/art/omg/5
then the application still fails, but at least the log indicates the
arguments took:
Framework arguments: -vmargs -Djava.endorsed.dirs=/opt/iona...
Command-line arguments: ... -vmargs -Djava.endorsed.dirs=/opt/iona...
Is this a bug in the export process for creating an RCP application? What
(if any) workaround is there, besides editing the .ini file by hand?
|
|
|
Powered by
FUDForum. Page generated in 0.02977 seconds