Comment 22 for bug 1754886

Revision history for this message
Bukenya Lukman (bukenyalukman) wrote :

Hello guys
Bukenya Lukman here
I recently upgraded to ubuntu 18.04 and wanted to continue with my java game projects using eclipse as the IDE but it cant start. Below is the error it gives me. I have spent three days googling and it has failed.

!SESSION Tue May 28 21:43:12 EAT 2019 ------------------------------------------
!ENTRY org.eclipse.equinox.launcher 4 0 2019-05-28 21:43:12.266
!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:471)
 at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:588)
 at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:521)
 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)