How to make RCP application really standalone?
问题 If I create Headless Hello RCP application I can run it under Eclipse debugger as any normal java application. It runs and prints "Hello world" into Eclipse console. Now how to make it really standalone, i.e. running without MY CURRENT Eclipse? Exporting to runnable JAR does not work with such a project. Exporting to Eclipse product also does not work for it. UPDATE If I create product file for the project, then exporting to product starts to work, but the application itself starting to crash