Can't launch RCP app from new Product Config [message #512637] |
Fri, 05 February 2010 12:42  |
Eclipse User |
|
|
|
I have an RCP app that launches and runs well from the Eclipse IDE. I am having trouble making it into a product, probably because I do not know the proper steps. The only instructions I have are from an old tutorial at:
http://www.eclipse.org/articles/Article-RCP-1/tutorial1.html
I follow the tutorial: New-> Other-> Plug-in Development-> Product Configuration
(Not sure this is correct???)
I get to the "synchronize" and "Launch an Eclipse application", but the test launch is unsuccessful.
If there is a better tutorial on making a product from RCP, please tell me where it is.
Here is a stack trace of the test launch:
Exception launching the Eclipse Platform:
java.lang.ClassNotFoundException: org.eclipse.core.runtime.adaptor.EclipseStarter
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java: 556)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:514)
at org.eclipse.equinox.launcher.Main.run(Main.java:1311)
at org.eclipse.equinox.launcher.Main.main(Main.java:1287)
Thanks,
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.24946 seconds