Skip to content

Instantly share code, notes, and snippets.

@adabo
Created February 24, 2019 17:14
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 adabo/ed272831d54e4515d0f9643ba49c06a2 to your computer and use it in GitHub Desktop.
Save adabo/ed272831d54e4515d0f9643ba49c06a2 to your computer and use it in GitHub Desktop.
eclipse error log
!SESSION Sun Feb 24 11:05:05 CST 2019 ------------------------------------------
!ENTRY org.eclipse.equinox.launcher 4 0 2019-02-24 11:05:05.610
!MESSAGE Exception launching the Eclipse Platform:
!STACK
java.lang.ClassNotFoundException: org.eclipse.core.runtime.adaptor.EclipseStarter
at java.base/java.net.URLClassLoader.findClass(URLClassLoader.java:466)
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:566)
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:499)
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