eclipse startup error on Ubuntu 18.04
up vote
0
down vote
favorite
I just installed the Eclipse IDE, but there seems to be an error when I execute Eclipse.exe.
Here's the log file:
!SESSION Wed Nov 28 18:42:12 IST 2018 ------------------------------------------
!ENTRY org.eclipse.equinox.launcher 4 0 2018-11-28 18:42:12.757
!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)
what should I do?
startup eclipse
add a comment |
up vote
0
down vote
favorite
I just installed the Eclipse IDE, but there seems to be an error when I execute Eclipse.exe.
Here's the log file:
!SESSION Wed Nov 28 18:42:12 IST 2018 ------------------------------------------
!ENTRY org.eclipse.equinox.launcher 4 0 2018-11-28 18:42:12.757
!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)
what should I do?
startup eclipse
I don't see an error. Why do you executeEclipse.exe
? Are you using Windows? Start witheclipse
– abu_bua
Nov 28 at 16:20
What version of Eclipse? What version of Java?
– greg-449
Nov 29 at 8:47
Sorry for the late reply. I'm using Ubuntu 18.04. I downloaded eclipse using the "sudo apt-get eclipse" command. I think I used the wrong phrase when I wrote I "execute eclipse". I meant that I simply launched the eclipse application. But there does seem to be an error.
– Apekshik Panigrahi
Dec 1 at 13:37
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I just installed the Eclipse IDE, but there seems to be an error when I execute Eclipse.exe.
Here's the log file:
!SESSION Wed Nov 28 18:42:12 IST 2018 ------------------------------------------
!ENTRY org.eclipse.equinox.launcher 4 0 2018-11-28 18:42:12.757
!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)
what should I do?
startup eclipse
I just installed the Eclipse IDE, but there seems to be an error when I execute Eclipse.exe.
Here's the log file:
!SESSION Wed Nov 28 18:42:12 IST 2018 ------------------------------------------
!ENTRY org.eclipse.equinox.launcher 4 0 2018-11-28 18:42:12.757
!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)
what should I do?
startup eclipse
startup eclipse
edited Nov 28 at 16:17
abu_bua
3,15081023
3,15081023
asked Nov 28 at 13:16
Apekshik Panigrahi
11
11
I don't see an error. Why do you executeEclipse.exe
? Are you using Windows? Start witheclipse
– abu_bua
Nov 28 at 16:20
What version of Eclipse? What version of Java?
– greg-449
Nov 29 at 8:47
Sorry for the late reply. I'm using Ubuntu 18.04. I downloaded eclipse using the "sudo apt-get eclipse" command. I think I used the wrong phrase when I wrote I "execute eclipse". I meant that I simply launched the eclipse application. But there does seem to be an error.
– Apekshik Panigrahi
Dec 1 at 13:37
add a comment |
I don't see an error. Why do you executeEclipse.exe
? Are you using Windows? Start witheclipse
– abu_bua
Nov 28 at 16:20
What version of Eclipse? What version of Java?
– greg-449
Nov 29 at 8:47
Sorry for the late reply. I'm using Ubuntu 18.04. I downloaded eclipse using the "sudo apt-get eclipse" command. I think I used the wrong phrase when I wrote I "execute eclipse". I meant that I simply launched the eclipse application. But there does seem to be an error.
– Apekshik Panigrahi
Dec 1 at 13:37
I don't see an error. Why do you execute
Eclipse.exe
? Are you using Windows? Start with eclipse
– abu_bua
Nov 28 at 16:20
I don't see an error. Why do you execute
Eclipse.exe
? Are you using Windows? Start with eclipse
– abu_bua
Nov 28 at 16:20
What version of Eclipse? What version of Java?
– greg-449
Nov 29 at 8:47
What version of Eclipse? What version of Java?
– greg-449
Nov 29 at 8:47
Sorry for the late reply. I'm using Ubuntu 18.04. I downloaded eclipse using the "sudo apt-get eclipse" command. I think I used the wrong phrase when I wrote I "execute eclipse". I meant that I simply launched the eclipse application. But there does seem to be an error.
– Apekshik Panigrahi
Dec 1 at 13:37
Sorry for the late reply. I'm using Ubuntu 18.04. I downloaded eclipse using the "sudo apt-get eclipse" command. I think I used the wrong phrase when I wrote I "execute eclipse". I meant that I simply launched the eclipse application. But there does seem to be an error.
– Apekshik Panigrahi
Dec 1 at 13:37
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1096802%2feclipse-startup-error-on-ubuntu-18-04%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
I don't see an error. Why do you execute
Eclipse.exe
? Are you using Windows? Start witheclipse
– abu_bua
Nov 28 at 16:20
What version of Eclipse? What version of Java?
– greg-449
Nov 29 at 8:47
Sorry for the late reply. I'm using Ubuntu 18.04. I downloaded eclipse using the "sudo apt-get eclipse" command. I think I used the wrong phrase when I wrote I "execute eclipse". I meant that I simply launched the eclipse application. But there does seem to be an error.
– Apekshik Panigrahi
Dec 1 at 13:37