Still happens on fully upgraded 18.04.2:

/home/user/.eclipse/org.eclipse.platform_3.8_155965261/configuration/1555078858391.log
!SESSION Fri Apr 12 17:20:58 MSK 2019 ------------------------------------------
!ENTRY org.eclipse.equinox.launcher 4 0 2019-04-12 17:20:58.495
!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)

$ update-java-alternatives -l
java-1.11.0-openjdk-amd64      1101       /usr/lib/jvm/java-1.11.0-openjdk-amd64

Switching to OpenJDK 8 with

```
sudo apt-get install openjdk-8-jre openjdk-8-jre-headless
sudo update-java-alternatives --set \
 java-1.8.0-openjdk-$(dpkg --print-architecture)
```

does not help too.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1784358

Title:
  Eclipse not starting with org.eclipse.equinox.launcher.Main.main
  java.lang.ClassNotFoundException being issued after updgrade to 18.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/eclipse/+bug/1784358/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to