Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » how to launch RCP with java command line?
how to launch RCP with java command line? [message #487038] Mon, 21 September 2009 15:37 Go to next message
Eclipse UserFriend
Originally posted by: yoduderoo.netscape.net

Hi,
For debugging purposes, I would like to launch my RCP app from a java
command line, not the exe. I know how to pass java arguments to the RCP
exe, but that is not what I need. I need the command args to launch the
app from the "java" command.

Is this documented somewhere?

Thanks much,
y
Re: how to launch RCP with java command line? [message #487081 is a reply to message #487038] Mon, 21 September 2009 18:51 Go to previous messageGo to next message
Michael Pellaton is currently offline Michael PellatonFriend
Messages: 289
Registered: July 2009
Senior Member
Hello

For Eclipse Galileo the unix command line looks about like that:

$ cd <into your app dir>
$ java -jar plugins/org.eclipse.equinox.launcher_1.0.200.v20090520.jar

More (a bit outdated) can be found here:
http://wiki.eclipse.org/FAQ_How_do_I_run_Eclipse%3F

HTH

Michael
Re: how to launch RCP with java command line? [message #487139 is a reply to message #487081] Tue, 22 September 2009 06:51 Go to previous message
Eclipse UserFriend
Originally posted by: yoduderoo.netscape.net

Thanks Michael, that is just what I was looking for.

Michael Pellaton wrote:
> Hello
>
> For Eclipse Galileo the unix command line looks about like that:
>
> $ cd <into your app dir>
> $ java -jar plugins/org.eclipse.equinox.launcher_1.0.200.v20090520.jar
>
> More (a bit outdated) can be found here:
> http://wiki.eclipse.org/FAQ_How_do_I_run_Eclipse%3F
>
> HTH
>
> Michael
Previous Topic:RCP hangs
Next Topic:Extends ResourceNavigator deprecated
Goto Forum:
  


Current Time: Thu Apr 25 22:59:13 GMT 2024

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

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

Back to the top