I have a linux mint OS 64 bit system with Ubuntu and am trying to run the eclipse application from the menu but every time it gives me a pop-up error message stating:
An error has occurred. See the log file /home/corp/user/.eclipse/org.eclipse.platform_3.8_155965261/configuration/1541803035391.log
the contents of this log file are:
!ENTRY org.eclipse.equinox.launcher 4 0 2018-11-09 14:37:15.409
!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)