Command line RCP [message #638306] |
Wed, 10 November 2010 13:56  |
Eclipse User |
|
|
|
Hi,
i hope i am at the right place with this question...
I want to run my RCP application from the command line.
1.) Is it possible to use a stored .launch file to reuse the options I configured in Eclipse already?
2.) Can I do this without exporting the project? (continue working on the program and without export step, start from the command line)
3.) Can I make the RCP application "block" the console until quit? (like java.exe vs javaw.exe in non GUI/Eclipse apps). So it can be used from a batch file, having more commands after the rcp application has ended.
Frank
|
|
|
|
Re: Command line RCP [message #638817 is a reply to message #638339] |
Fri, 12 November 2010 11:32  |
Eclipse User |
|
|
|
Thanks Heiko,
starting the application from inside eclipse is fine, but i have the need to integrate it into a batch run.
The solution with "java -jar launcher" works fine if the application is exported. Thanks for this.
But my need is kind of special, because this is a testing environment, the "user" will modify the java code, press Ctrl-S and wants to run a batch file that has also the pre and post processing instructions in it.
If it would be possible to use the "java -jar launcher" approach on the eclipse project working directory ?
Frank
|
|
|
Powered by
FUDForum. Page generated in 0.23083 seconds