Skip to main content



      Home
Home » Eclipse Projects » Rich Client Platform (RCP) » How to run RCP app in headless mode?
How to run RCP app in headless mode? [message #631875] Sat, 09 October 2010 10:49
Eclipse UserFriend
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
Previous Topic:Need help: Target definition for RCP app not working
Next Topic:WinXP, RCP and Unicode/UTF-8 Labels
Goto Forum:
  


Current Time: Sun Jul 06 00:14:56 EDT 2025

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

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

Back to the top