Skip to content

Instantly share code, notes, and snippets.

@masak
Created February 10, 2009 15:56
Show Gist options
  • Save masak/61435 to your computer and use it in GitHub Desktop.
Save masak/61435 to your computer and use it in GitHub Desktop.
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:546)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
at org.eclipse.equinox.launcher.Main.main(Main.java:1212)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment