Installing Eclipse Mars on 16.04
So I realized the eclipse version in the repositories is pretty old and I'm trying to upgrade to the current version. Every tutorial I've read basically has you download the installer as a tar.gz extract and then run the installer or application. When I follow these steps I can't run the eclipse file. I have oracle JRE and JDK 8 installed so I'm not exactly sure what is going on here and why I can't run it.
Anyway any help is appreciated, and I've attached a screenshot to get more of an idea what it looks like:
software-installation java eclipse
add a comment |
So I realized the eclipse version in the repositories is pretty old and I'm trying to upgrade to the current version. Every tutorial I've read basically has you download the installer as a tar.gz extract and then run the installer or application. When I follow these steps I can't run the eclipse file. I have oracle JRE and JDK 8 installed so I'm not exactly sure what is going on here and why I can't run it.
Anyway any help is appreciated, and I've attached a screenshot to get more of an idea what it looks like:
software-installation java eclipse
What do you mean you can't run it? What happens? Also, run it from your home dir, not this other partition. I'm not sure encoded links will work from another partition.
– chaskes
May 10 '16 at 23:21
I used the Eclipse installer, looks like you have used a different file. Try either 32bit or 64bit installer....
– andrew.46
May 10 '16 at 23:25
add a comment |
So I realized the eclipse version in the repositories is pretty old and I'm trying to upgrade to the current version. Every tutorial I've read basically has you download the installer as a tar.gz extract and then run the installer or application. When I follow these steps I can't run the eclipse file. I have oracle JRE and JDK 8 installed so I'm not exactly sure what is going on here and why I can't run it.
Anyway any help is appreciated, and I've attached a screenshot to get more of an idea what it looks like:
software-installation java eclipse
So I realized the eclipse version in the repositories is pretty old and I'm trying to upgrade to the current version. Every tutorial I've read basically has you download the installer as a tar.gz extract and then run the installer or application. When I follow these steps I can't run the eclipse file. I have oracle JRE and JDK 8 installed so I'm not exactly sure what is going on here and why I can't run it.
Anyway any help is appreciated, and I've attached a screenshot to get more of an idea what it looks like:
software-installation java eclipse
software-installation java eclipse
edited May 10 '16 at 23:14
andrew.46
22.1k1469150
22.1k1469150
asked May 10 '16 at 22:56
ImagineerCamImagineerCam
824
824
What do you mean you can't run it? What happens? Also, run it from your home dir, not this other partition. I'm not sure encoded links will work from another partition.
– chaskes
May 10 '16 at 23:21
I used the Eclipse installer, looks like you have used a different file. Try either 32bit or 64bit installer....
– andrew.46
May 10 '16 at 23:25
add a comment |
What do you mean you can't run it? What happens? Also, run it from your home dir, not this other partition. I'm not sure encoded links will work from another partition.
– chaskes
May 10 '16 at 23:21
I used the Eclipse installer, looks like you have used a different file. Try either 32bit or 64bit installer....
– andrew.46
May 10 '16 at 23:25
What do you mean you can't run it? What happens? Also, run it from your home dir, not this other partition. I'm not sure encoded links will work from another partition.
– chaskes
May 10 '16 at 23:21
What do you mean you can't run it? What happens? Also, run it from your home dir, not this other partition. I'm not sure encoded links will work from another partition.
– chaskes
May 10 '16 at 23:21
I used the Eclipse installer, looks like you have used a different file. Try either 32bit or 64bit installer....
– andrew.46
May 10 '16 at 23:25
I used the Eclipse installer, looks like you have used a different file. Try either 32bit or 64bit installer....
– andrew.46
May 10 '16 at 23:25
add a comment |
2 Answers
2
active
oldest
votes
Don't know what the issue is with your installation, but if you run the "eclipse" executable (you know, the one with the gear icon) it should work.
However, you might like to check out "ubuntu make" (https://wiki.ubuntu.com/ubuntu-make) to install eclipse. Then you get a nice starter in your dash/launcher.
add a comment |
So currently with Eclipse on 16.04 there is a known GTK3 issue. There are a number of ways to work around this issue, but it looks like you just want to click Eclipse icon and work away. In your eclipse directory as above, open the eclipse.ini
file. Add:
--launcher.GTK_version
2
before --launcher.appendVmargs
This will tell eclipse to launch with GTK2 instead.
As you're upgrading Eclipse by not using the Ubuntu repos (a very good move, MARS has a very retina friendly dark theme) when you try to run Eclipse you may get prompted for a jre. Simply unzip your latest downloaded JDK and open it to find the jre folder. Copy and paste the jre folder into your eclipse directory. Double click the eclipse icon and it should run perfectly.
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%2f770521%2finstalling-eclipse-mars-on-16-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
Don't know what the issue is with your installation, but if you run the "eclipse" executable (you know, the one with the gear icon) it should work.
However, you might like to check out "ubuntu make" (https://wiki.ubuntu.com/ubuntu-make) to install eclipse. Then you get a nice starter in your dash/launcher.
add a comment |
Don't know what the issue is with your installation, but if you run the "eclipse" executable (you know, the one with the gear icon) it should work.
However, you might like to check out "ubuntu make" (https://wiki.ubuntu.com/ubuntu-make) to install eclipse. Then you get a nice starter in your dash/launcher.
add a comment |
Don't know what the issue is with your installation, but if you run the "eclipse" executable (you know, the one with the gear icon) it should work.
However, you might like to check out "ubuntu make" (https://wiki.ubuntu.com/ubuntu-make) to install eclipse. Then you get a nice starter in your dash/launcher.
Don't know what the issue is with your installation, but if you run the "eclipse" executable (you know, the one with the gear icon) it should work.
However, you might like to check out "ubuntu make" (https://wiki.ubuntu.com/ubuntu-make) to install eclipse. Then you get a nice starter in your dash/launcher.
answered May 11 '16 at 7:46
Bernd LaserBernd Laser
1
1
add a comment |
add a comment |
So currently with Eclipse on 16.04 there is a known GTK3 issue. There are a number of ways to work around this issue, but it looks like you just want to click Eclipse icon and work away. In your eclipse directory as above, open the eclipse.ini
file. Add:
--launcher.GTK_version
2
before --launcher.appendVmargs
This will tell eclipse to launch with GTK2 instead.
As you're upgrading Eclipse by not using the Ubuntu repos (a very good move, MARS has a very retina friendly dark theme) when you try to run Eclipse you may get prompted for a jre. Simply unzip your latest downloaded JDK and open it to find the jre folder. Copy and paste the jre folder into your eclipse directory. Double click the eclipse icon and it should run perfectly.
add a comment |
So currently with Eclipse on 16.04 there is a known GTK3 issue. There are a number of ways to work around this issue, but it looks like you just want to click Eclipse icon and work away. In your eclipse directory as above, open the eclipse.ini
file. Add:
--launcher.GTK_version
2
before --launcher.appendVmargs
This will tell eclipse to launch with GTK2 instead.
As you're upgrading Eclipse by not using the Ubuntu repos (a very good move, MARS has a very retina friendly dark theme) when you try to run Eclipse you may get prompted for a jre. Simply unzip your latest downloaded JDK and open it to find the jre folder. Copy and paste the jre folder into your eclipse directory. Double click the eclipse icon and it should run perfectly.
add a comment |
So currently with Eclipse on 16.04 there is a known GTK3 issue. There are a number of ways to work around this issue, but it looks like you just want to click Eclipse icon and work away. In your eclipse directory as above, open the eclipse.ini
file. Add:
--launcher.GTK_version
2
before --launcher.appendVmargs
This will tell eclipse to launch with GTK2 instead.
As you're upgrading Eclipse by not using the Ubuntu repos (a very good move, MARS has a very retina friendly dark theme) when you try to run Eclipse you may get prompted for a jre. Simply unzip your latest downloaded JDK and open it to find the jre folder. Copy and paste the jre folder into your eclipse directory. Double click the eclipse icon and it should run perfectly.
So currently with Eclipse on 16.04 there is a known GTK3 issue. There are a number of ways to work around this issue, but it looks like you just want to click Eclipse icon and work away. In your eclipse directory as above, open the eclipse.ini
file. Add:
--launcher.GTK_version
2
before --launcher.appendVmargs
This will tell eclipse to launch with GTK2 instead.
As you're upgrading Eclipse by not using the Ubuntu repos (a very good move, MARS has a very retina friendly dark theme) when you try to run Eclipse you may get prompted for a jre. Simply unzip your latest downloaded JDK and open it to find the jre folder. Copy and paste the jre folder into your eclipse directory. Double click the eclipse icon and it should run perfectly.
edited May 11 '16 at 12:15
answered May 11 '16 at 11:31
rustynutsrustynuts
1666
1666
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%2f770521%2finstalling-eclipse-mars-on-16-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
What do you mean you can't run it? What happens? Also, run it from your home dir, not this other partition. I'm not sure encoded links will work from another partition.
– chaskes
May 10 '16 at 23:21
I used the Eclipse installer, looks like you have used a different file. Try either 32bit or 64bit installer....
– andrew.46
May 10 '16 at 23:25