Skip to content

Instantly share code, notes, and snippets.

@SravanthiSinha
Created February 8, 2013 10:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SravanthiSinha/4738043 to your computer and use it in GitHub Desktop.
Save SravanthiSinha/4738043 to your computer and use it in GitHub Desktop.
Errors after setting tartget
!SESSION Fri Feb 08 16:03:10 IST 2013 ------------------------------------------
!ENTRY org.eclipse.equinox.launcher 4 0 2013-02-08 16:03:10.402
!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.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:626)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment