[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.platform.rcp] My RCP app wont run witnout -ws gtk
|
Hello, I have just deployed my RCP application and while I am going to deploy it over JWS tool packed all JARS and I have tried to start it:
java -jar startup.jar
but with no luck (it exists immediately without opening RCP window), when I do
java -jar startup.jar -ws gtk
it works. I have found this "trick" in the eclipse binary startup program.
Why? Whats the problem? I need to run it without this parameter. Please help.