Results 1 to 6 of 6
- 05-17-2011, 08:59 PM #1
Member
- Join Date
- May 2011
- Posts
- 3
- Rep Power
- 0
Launch Eclipse Application from Product Config
I am trying to create a Wizard for xtext using plug in development. I used the following link
Karsten Thoms: Setting up a RCP product for a Xtext DSL - SWiK
When I get to the point to launch the application I get the following error.
Any ideas on what could be wrong?
!SESSION Tue May 17 11:58:45 PDT 2011 ------------------------------------------
!ENTRY org.eclipse.equinox.launcher 4 0 2011-05-17 11:58:45.624
!MESSAGE Exception launching the Eclipse Platform:
!STACK
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:616)
at org.eclipse.equinox.launcher.Main.basicRun(Main.ja va:574)
at org.eclipse.equinox.launcher.Main.run(Main.java:14 07)
at org.eclipse.equinox.launcher.Main.main(Main.java:1 383)
- 05-17-2011, 09:42 PM #2
Where is the class referenced in this part of the error message?ClassNotFoundException: org.eclipse.core.runtime.adaptor.EclipseStarter
- 05-17-2011, 10:48 PM #3
Member
- Join Date
- May 2011
- Posts
- 3
- Rep Power
- 0
I am not sure what you mean by where is it referenced?
- 05-17-2011, 10:59 PM #4
The error message refers to/shows a class that is missing.
What is that class?
- 05-17-2011, 11:59 PM #5
Member
- Join Date
- May 2011
- Posts
- 3
- Rep Power
- 0
That is the entire error. It is coming from the following plugin
org.eclipse.equinox.launcher
- 05-18-2011, 12:11 AM #6
Similar Threads
-
Launch Jar from in application
By hardcorebadger in forum New To JavaReplies: 3Last Post: 01-25-2011, 06:03 AM -
Application questions (modular architecture / how to store config)
By Atikos in forum Advanced JavaReplies: 3Last Post: 12-05-2010, 04:43 PM -
Not able to launch J2ME application
By vishal21 in forum CLDC and MIDPReplies: 2Last Post: 12-02-2010, 02:58 PM -
Not able to launch J2ME application
By vishal21 in forum Sun Java Wireless ToolkitReplies: 1Last Post: 11-23-2010, 01:14 AM -
Product update service for Java application.
By Eranga in forum Advanced JavaReplies: 4Last Post: 04-22-2008, 09:24 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks