How to run RCP app in headless mode? [message #631875] |
Sat, 09 October 2010 10:49 |
Eclipse User |
|
|
|
Originally posted by: yoduderoo.netscape.net
Hi,
RCP app running based on Eclipse 3.5. I would like to support the option
of running the app from a command line, i.e., headless.
I have an class implementing IApplication and the corresponding
extension defined. When I run it headless from Eclipse, it works.
However, when I run from the command line, nothing happens. It starts
and executes without error but does not execute the app code.
Here is my cmd line invocation:
set launcher=plugins\org.eclipse.equinox.launcher_1.0.200.v20090 520.jar
java -Dorg.eclipse.update.reconcile=false -cp %launcher%
org.eclipse.core.launcher.Main -application com.abc.MyApplication
I cannot find where this is clearly documented. Any help?
Thanks,
-y
|
|
|
Powered by
FUDForum. Page generated in 0.04397 seconds