Eclipse doesn't start on Ubuntu 18.04
I installed eclipse via Ubuntu Software. When I start it, it take some seconds and then comes an error window showing the path of the error.
The following is the .log
file:
!SESSION Wed May 02 12:53:28 BRT 2018 ------------------------------------------
!ENTRY org.eclipse.equinox.launcher 4 0 2018-05-02 12:53:28.587
!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 is the problem and how can I fix it?
eclipse 18.04
add a comment |
I installed eclipse via Ubuntu Software. When I start it, it take some seconds and then comes an error window showing the path of the error.
The following is the .log
file:
!SESSION Wed May 02 12:53:28 BRT 2018 ------------------------------------------
!ENTRY org.eclipse.equinox.launcher 4 0 2018-05-02 12:53:28.587
!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 is the problem and how can I fix it?
eclipse 18.04
By the way Netbeans also doesn't start. I don't know if it is related.
– Roberto
May 2 '18 at 16:11
I solved the Netbeans issue installing from Oracle installer.
– Roberto
May 2 '18 at 17:25
add a comment |
I installed eclipse via Ubuntu Software. When I start it, it take some seconds and then comes an error window showing the path of the error.
The following is the .log
file:
!SESSION Wed May 02 12:53:28 BRT 2018 ------------------------------------------
!ENTRY org.eclipse.equinox.launcher 4 0 2018-05-02 12:53:28.587
!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 is the problem and how can I fix it?
eclipse 18.04
I installed eclipse via Ubuntu Software. When I start it, it take some seconds and then comes an error window showing the path of the error.
The following is the .log
file:
!SESSION Wed May 02 12:53:28 BRT 2018 ------------------------------------------
!ENTRY org.eclipse.equinox.launcher 4 0 2018-05-02 12:53:28.587
!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 is the problem and how can I fix it?
eclipse 18.04
eclipse 18.04
edited Jan 16 at 17:17
Zanna
50.9k13136241
50.9k13136241
asked May 2 '18 at 16:10
RobertoRoberto
4115
4115
By the way Netbeans also doesn't start. I don't know if it is related.
– Roberto
May 2 '18 at 16:11
I solved the Netbeans issue installing from Oracle installer.
– Roberto
May 2 '18 at 17:25
add a comment |
By the way Netbeans also doesn't start. I don't know if it is related.
– Roberto
May 2 '18 at 16:11
I solved the Netbeans issue installing from Oracle installer.
– Roberto
May 2 '18 at 17:25
By the way Netbeans also doesn't start. I don't know if it is related.
– Roberto
May 2 '18 at 16:11
By the way Netbeans also doesn't start. I don't know if it is related.
– Roberto
May 2 '18 at 16:11
I solved the Netbeans issue installing from Oracle installer.
– Roberto
May 2 '18 at 17:25
I solved the Netbeans issue installing from Oracle installer.
– Roberto
May 2 '18 at 17:25
add a comment |
2 Answers
2
active
oldest
votes
It's another one of those fun new bugs caused by the new Java (it broke Arduino, too, in multiple annoying ways). The bug report is here: https://bugs.launchpad.net/ubuntu/+source/eclipse/+bug/1754886.
Essentially, there's some sort of recursive dependency with multiple versions of a library required by different parts of the program, and they won't fix the bug since "This is only one of the more obvious bugs affecting Eclipse" and they don't have enough people on it.
For some reason, they also have not packaged the newer Eclipse (we are an entire major version later at this point) except in the Snap Store (it shows up if you search Eclipse in the GUI software center), which is where the mentioned "other version of Eclipse" comes from.
Your options are to download Eclipse from their site or to install the Snap if you want to keep using the program (and Netbeans broke too, for the same Java reasons). I would personally install the version from their site, but snaps hypothetically are safer and easier to set up.
I tried the snap and got bitten later when trying to use WindowBuilder. It looks all fine at first sight until you find an issue which is not uncommon for complex software like IDEs, then you find that the snap/flatpak is not up to date or the issue exists in the edge channel too (this is the second IDE I where I have an issue with snap/flatpak). I think there is at least a lot more effort required than relying on that the community will convert most software flawlessly from traditional to new formats. Particularly for complex software that may look like just a text editor but isn't. :)
– LiveWireBT
Nov 7 '18 at 9:33
add a comment |
Problem solved.
Om my Ubuntu Software there were 2 versions of Eclipse, one in portuguese and one in english.
I noticed the logo changed, installed the one with the new logo - in english - and it is working.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
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%2f1031171%2feclipse-doesnt-start-on-ubuntu-18-04%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
It's another one of those fun new bugs caused by the new Java (it broke Arduino, too, in multiple annoying ways). The bug report is here: https://bugs.launchpad.net/ubuntu/+source/eclipse/+bug/1754886.
Essentially, there's some sort of recursive dependency with multiple versions of a library required by different parts of the program, and they won't fix the bug since "This is only one of the more obvious bugs affecting Eclipse" and they don't have enough people on it.
For some reason, they also have not packaged the newer Eclipse (we are an entire major version later at this point) except in the Snap Store (it shows up if you search Eclipse in the GUI software center), which is where the mentioned "other version of Eclipse" comes from.
Your options are to download Eclipse from their site or to install the Snap if you want to keep using the program (and Netbeans broke too, for the same Java reasons). I would personally install the version from their site, but snaps hypothetically are safer and easier to set up.
I tried the snap and got bitten later when trying to use WindowBuilder. It looks all fine at first sight until you find an issue which is not uncommon for complex software like IDEs, then you find that the snap/flatpak is not up to date or the issue exists in the edge channel too (this is the second IDE I where I have an issue with snap/flatpak). I think there is at least a lot more effort required than relying on that the community will convert most software flawlessly from traditional to new formats. Particularly for complex software that may look like just a text editor but isn't. :)
– LiveWireBT
Nov 7 '18 at 9:33
add a comment |
It's another one of those fun new bugs caused by the new Java (it broke Arduino, too, in multiple annoying ways). The bug report is here: https://bugs.launchpad.net/ubuntu/+source/eclipse/+bug/1754886.
Essentially, there's some sort of recursive dependency with multiple versions of a library required by different parts of the program, and they won't fix the bug since "This is only one of the more obvious bugs affecting Eclipse" and they don't have enough people on it.
For some reason, they also have not packaged the newer Eclipse (we are an entire major version later at this point) except in the Snap Store (it shows up if you search Eclipse in the GUI software center), which is where the mentioned "other version of Eclipse" comes from.
Your options are to download Eclipse from their site or to install the Snap if you want to keep using the program (and Netbeans broke too, for the same Java reasons). I would personally install the version from their site, but snaps hypothetically are safer and easier to set up.
I tried the snap and got bitten later when trying to use WindowBuilder. It looks all fine at first sight until you find an issue which is not uncommon for complex software like IDEs, then you find that the snap/flatpak is not up to date or the issue exists in the edge channel too (this is the second IDE I where I have an issue with snap/flatpak). I think there is at least a lot more effort required than relying on that the community will convert most software flawlessly from traditional to new formats. Particularly for complex software that may look like just a text editor but isn't. :)
– LiveWireBT
Nov 7 '18 at 9:33
add a comment |
It's another one of those fun new bugs caused by the new Java (it broke Arduino, too, in multiple annoying ways). The bug report is here: https://bugs.launchpad.net/ubuntu/+source/eclipse/+bug/1754886.
Essentially, there's some sort of recursive dependency with multiple versions of a library required by different parts of the program, and they won't fix the bug since "This is only one of the more obvious bugs affecting Eclipse" and they don't have enough people on it.
For some reason, they also have not packaged the newer Eclipse (we are an entire major version later at this point) except in the Snap Store (it shows up if you search Eclipse in the GUI software center), which is where the mentioned "other version of Eclipse" comes from.
Your options are to download Eclipse from their site or to install the Snap if you want to keep using the program (and Netbeans broke too, for the same Java reasons). I would personally install the version from their site, but snaps hypothetically are safer and easier to set up.
It's another one of those fun new bugs caused by the new Java (it broke Arduino, too, in multiple annoying ways). The bug report is here: https://bugs.launchpad.net/ubuntu/+source/eclipse/+bug/1754886.
Essentially, there's some sort of recursive dependency with multiple versions of a library required by different parts of the program, and they won't fix the bug since "This is only one of the more obvious bugs affecting Eclipse" and they don't have enough people on it.
For some reason, they also have not packaged the newer Eclipse (we are an entire major version later at this point) except in the Snap Store (it shows up if you search Eclipse in the GUI software center), which is where the mentioned "other version of Eclipse" comes from.
Your options are to download Eclipse from their site or to install the Snap if you want to keep using the program (and Netbeans broke too, for the same Java reasons). I would personally install the version from their site, but snaps hypothetically are safer and easier to set up.
edited Nov 6 '18 at 12:35
LiveWireBT
21.6k1872155
21.6k1872155
answered Sep 18 '18 at 21:56
RDragonrydrRDragonrydr
515
515
I tried the snap and got bitten later when trying to use WindowBuilder. It looks all fine at first sight until you find an issue which is not uncommon for complex software like IDEs, then you find that the snap/flatpak is not up to date or the issue exists in the edge channel too (this is the second IDE I where I have an issue with snap/flatpak). I think there is at least a lot more effort required than relying on that the community will convert most software flawlessly from traditional to new formats. Particularly for complex software that may look like just a text editor but isn't. :)
– LiveWireBT
Nov 7 '18 at 9:33
add a comment |
I tried the snap and got bitten later when trying to use WindowBuilder. It looks all fine at first sight until you find an issue which is not uncommon for complex software like IDEs, then you find that the snap/flatpak is not up to date or the issue exists in the edge channel too (this is the second IDE I where I have an issue with snap/flatpak). I think there is at least a lot more effort required than relying on that the community will convert most software flawlessly from traditional to new formats. Particularly for complex software that may look like just a text editor but isn't. :)
– LiveWireBT
Nov 7 '18 at 9:33
I tried the snap and got bitten later when trying to use WindowBuilder. It looks all fine at first sight until you find an issue which is not uncommon for complex software like IDEs, then you find that the snap/flatpak is not up to date or the issue exists in the edge channel too (this is the second IDE I where I have an issue with snap/flatpak). I think there is at least a lot more effort required than relying on that the community will convert most software flawlessly from traditional to new formats. Particularly for complex software that may look like just a text editor but isn't. :)
– LiveWireBT
Nov 7 '18 at 9:33
I tried the snap and got bitten later when trying to use WindowBuilder. It looks all fine at first sight until you find an issue which is not uncommon for complex software like IDEs, then you find that the snap/flatpak is not up to date or the issue exists in the edge channel too (this is the second IDE I where I have an issue with snap/flatpak). I think there is at least a lot more effort required than relying on that the community will convert most software flawlessly from traditional to new formats. Particularly for complex software that may look like just a text editor but isn't. :)
– LiveWireBT
Nov 7 '18 at 9:33
add a comment |
Problem solved.
Om my Ubuntu Software there were 2 versions of Eclipse, one in portuguese and one in english.
I noticed the logo changed, installed the one with the new logo - in english - and it is working.
add a comment |
Problem solved.
Om my Ubuntu Software there were 2 versions of Eclipse, one in portuguese and one in english.
I noticed the logo changed, installed the one with the new logo - in english - and it is working.
add a comment |
Problem solved.
Om my Ubuntu Software there were 2 versions of Eclipse, one in portuguese and one in english.
I noticed the logo changed, installed the one with the new logo - in english - and it is working.
Problem solved.
Om my Ubuntu Software there were 2 versions of Eclipse, one in portuguese and one in english.
I noticed the logo changed, installed the one with the new logo - in english - and it is working.
answered May 2 '18 at 17:52
RobertoRoberto
4115
4115
add a comment |
add a comment |
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.
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%2f1031171%2feclipse-doesnt-start-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
By the way Netbeans also doesn't start. I don't know if it is related.
– Roberto
May 2 '18 at 16:11
I solved the Netbeans issue installing from Oracle installer.
– Roberto
May 2 '18 at 17:25