Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » Problem specifying VM arguments
Problem specifying VM arguments [message #444886] Wed, 22 February 2006 19:14
Eclipse UserFriend
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?
Previous Topic:Getting a modified ScrolledForm to display scrollbars
Next Topic:multiplateform export not showing !
Goto Forum:
  


Current Time: Fri Dec 06 11:07:45 GMT 2024

Powered by FUDForum. Page generated in 0.02977 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top