Eclipse not launching
I have installed Ubuntu 14.04, I have installed Eclipse using Ubuntu Software Center. But Eclipse is not opening, when I click it is not opening or showing any error message it is very silent.
Output for java -version:
java version "1.7.0_55"
Java(TM) SE Runtime Environment (build 1.7.0_55-b13)
Java HotSpot(TM) Server VM (build 24.55-b03, mixed mode)
uname -a:
Linux Lenovo-IdeaPad-Z510 3.13.0-24-generic #46-Ubuntu SMP Thu Apr 10 19:08:14 UTC 2014 i686 i686 i686 GNU/Linux
When I give Eclipse in terminal I am getting
The program 'eclipse' is currently not installed. You can install it by typing:
sudo apt-get install eclipse-platform
And when I give sudo apt-get install eclipse-platform
Reading package lists... Done
Building dependency tree
Reading state information... Done
eclipse-platform is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 3 not upgraded.
java eclipse
add a comment |
I have installed Ubuntu 14.04, I have installed Eclipse using Ubuntu Software Center. But Eclipse is not opening, when I click it is not opening or showing any error message it is very silent.
Output for java -version:
java version "1.7.0_55"
Java(TM) SE Runtime Environment (build 1.7.0_55-b13)
Java HotSpot(TM) Server VM (build 24.55-b03, mixed mode)
uname -a:
Linux Lenovo-IdeaPad-Z510 3.13.0-24-generic #46-Ubuntu SMP Thu Apr 10 19:08:14 UTC 2014 i686 i686 i686 GNU/Linux
When I give Eclipse in terminal I am getting
The program 'eclipse' is currently not installed. You can install it by typing:
sudo apt-get install eclipse-platform
And when I give sudo apt-get install eclipse-platform
Reading package lists... Done
Building dependency tree
Reading state information... Done
eclipse-platform is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 3 not upgraded.
java eclipse
1
Does /usr/bin/eclipse exist?
– xgdgsc
Apr 27 '14 at 14:01
If not, try to remove Eclipse in Ubuntu Software Center and then install it usingapt-get install eclipse.
– Louis Matthijssen
Apr 27 '14 at 14:03
no there is no eclipse in /usr/bin folder!!!!!!!!!!!!
– user274959
Apr 27 '14 at 15:28
So, have you tried removing it in Ubuntu Software Center and then install it usingsudo apt-get install eclipse?
– Louis Matthijssen
Apr 27 '14 at 16:43
add a comment |
I have installed Ubuntu 14.04, I have installed Eclipse using Ubuntu Software Center. But Eclipse is not opening, when I click it is not opening or showing any error message it is very silent.
Output for java -version:
java version "1.7.0_55"
Java(TM) SE Runtime Environment (build 1.7.0_55-b13)
Java HotSpot(TM) Server VM (build 24.55-b03, mixed mode)
uname -a:
Linux Lenovo-IdeaPad-Z510 3.13.0-24-generic #46-Ubuntu SMP Thu Apr 10 19:08:14 UTC 2014 i686 i686 i686 GNU/Linux
When I give Eclipse in terminal I am getting
The program 'eclipse' is currently not installed. You can install it by typing:
sudo apt-get install eclipse-platform
And when I give sudo apt-get install eclipse-platform
Reading package lists... Done
Building dependency tree
Reading state information... Done
eclipse-platform is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 3 not upgraded.
java eclipse
I have installed Ubuntu 14.04, I have installed Eclipse using Ubuntu Software Center. But Eclipse is not opening, when I click it is not opening or showing any error message it is very silent.
Output for java -version:
java version "1.7.0_55"
Java(TM) SE Runtime Environment (build 1.7.0_55-b13)
Java HotSpot(TM) Server VM (build 24.55-b03, mixed mode)
uname -a:
Linux Lenovo-IdeaPad-Z510 3.13.0-24-generic #46-Ubuntu SMP Thu Apr 10 19:08:14 UTC 2014 i686 i686 i686 GNU/Linux
When I give Eclipse in terminal I am getting
The program 'eclipse' is currently not installed. You can install it by typing:
sudo apt-get install eclipse-platform
And when I give sudo apt-get install eclipse-platform
Reading package lists... Done
Building dependency tree
Reading state information... Done
eclipse-platform is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 3 not upgraded.
java eclipse
java eclipse
edited Dec 20 '16 at 18:42
Kaz Wolfe
25.9k1374135
25.9k1374135
asked Apr 27 '14 at 13:51
user274959user274959
6116
6116
1
Does /usr/bin/eclipse exist?
– xgdgsc
Apr 27 '14 at 14:01
If not, try to remove Eclipse in Ubuntu Software Center and then install it usingapt-get install eclipse.
– Louis Matthijssen
Apr 27 '14 at 14:03
no there is no eclipse in /usr/bin folder!!!!!!!!!!!!
– user274959
Apr 27 '14 at 15:28
So, have you tried removing it in Ubuntu Software Center and then install it usingsudo apt-get install eclipse?
– Louis Matthijssen
Apr 27 '14 at 16:43
add a comment |
1
Does /usr/bin/eclipse exist?
– xgdgsc
Apr 27 '14 at 14:01
If not, try to remove Eclipse in Ubuntu Software Center and then install it usingapt-get install eclipse.
– Louis Matthijssen
Apr 27 '14 at 14:03
no there is no eclipse in /usr/bin folder!!!!!!!!!!!!
– user274959
Apr 27 '14 at 15:28
So, have you tried removing it in Ubuntu Software Center and then install it usingsudo apt-get install eclipse?
– Louis Matthijssen
Apr 27 '14 at 16:43
1
1
Does /usr/bin/eclipse exist?
– xgdgsc
Apr 27 '14 at 14:01
Does /usr/bin/eclipse exist?
– xgdgsc
Apr 27 '14 at 14:01
If not, try to remove Eclipse in Ubuntu Software Center and then install it using
apt-get install eclipse.– Louis Matthijssen
Apr 27 '14 at 14:03
If not, try to remove Eclipse in Ubuntu Software Center and then install it using
apt-get install eclipse.– Louis Matthijssen
Apr 27 '14 at 14:03
no there is no eclipse in /usr/bin folder!!!!!!!!!!!!
– user274959
Apr 27 '14 at 15:28
no there is no eclipse in /usr/bin folder!!!!!!!!!!!!
– user274959
Apr 27 '14 at 15:28
So, have you tried removing it in Ubuntu Software Center and then install it using
sudo apt-get install eclipse?– Louis Matthijssen
Apr 27 '14 at 16:43
So, have you tried removing it in Ubuntu Software Center and then install it using
sudo apt-get install eclipse?– Louis Matthijssen
Apr 27 '14 at 16:43
add a comment |
2 Answers
2
active
oldest
votes
My first suggestion would be to run, from command line:
sudo apt-get -f install eclipse
Alternative:
This resource may be of help to you. I can confirm the process works on Ubuntu 14.04, as that is what I am using, and it cleanly upgraded my version of Eclipse to Kepler, and should resolve issues with your install. Here is the process, borrowed from the above link:
Run the below commands in a terminal:
sudo add-apt-repository -y ppa:webupd8team/java
sudo apt-get update
sudo apt-get install -y oracle-jdk7-installer
update-alternatives --display java
Be sure to check your Java version to make sure it's 1.7 or greater:
java -version
Download a version of Eclipse from the website. If you don't know what flavor to use, just use the Classic version.
Unpack the archive that you downloaded:
cd Downloads
tar xvf [the file name you downloaded].tar.gz
Back up your old Eclipse version (if any):
sudo mv /usr/lib/eclipse /usr/lib/eclipse-old
Move the version of Eclipse you downloaded to
/usr/lib:
sudo mv eclipse /usr/lib
If this is a fresh install, you'll need to add a link to
/usr/binso you can run Eclipse:
sudo ln -s /usr/lib/eclipse/eclipse /usr/bin/eclipse
sudo chmod a+x /usr/bin/eclipse
Note: using this process, you will have to reinstall any plugins and re-add any update sources from previous build (at least, I did). However, you get a clean install of a newer version, which should resolve your issues. Good luck.
add a comment |
The version of Eclipse in the official repositories is too old and unsupported. The preferred way of installing Eclipse is using the official installer and running it.
First uninstall the package-manager's version of Eclipse:
$ sudo apt purge eclipse
$ sudo apt autoremove --purge
Then download the official installer from their website and run it. The rest of the steps should be self-explanatory.
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%2f456392%2feclipse-not-launching%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
My first suggestion would be to run, from command line:
sudo apt-get -f install eclipse
Alternative:
This resource may be of help to you. I can confirm the process works on Ubuntu 14.04, as that is what I am using, and it cleanly upgraded my version of Eclipse to Kepler, and should resolve issues with your install. Here is the process, borrowed from the above link:
Run the below commands in a terminal:
sudo add-apt-repository -y ppa:webupd8team/java
sudo apt-get update
sudo apt-get install -y oracle-jdk7-installer
update-alternatives --display java
Be sure to check your Java version to make sure it's 1.7 or greater:
java -version
Download a version of Eclipse from the website. If you don't know what flavor to use, just use the Classic version.
Unpack the archive that you downloaded:
cd Downloads
tar xvf [the file name you downloaded].tar.gz
Back up your old Eclipse version (if any):
sudo mv /usr/lib/eclipse /usr/lib/eclipse-old
Move the version of Eclipse you downloaded to
/usr/lib:
sudo mv eclipse /usr/lib
If this is a fresh install, you'll need to add a link to
/usr/binso you can run Eclipse:
sudo ln -s /usr/lib/eclipse/eclipse /usr/bin/eclipse
sudo chmod a+x /usr/bin/eclipse
Note: using this process, you will have to reinstall any plugins and re-add any update sources from previous build (at least, I did). However, you get a clean install of a newer version, which should resolve your issues. Good luck.
add a comment |
My first suggestion would be to run, from command line:
sudo apt-get -f install eclipse
Alternative:
This resource may be of help to you. I can confirm the process works on Ubuntu 14.04, as that is what I am using, and it cleanly upgraded my version of Eclipse to Kepler, and should resolve issues with your install. Here is the process, borrowed from the above link:
Run the below commands in a terminal:
sudo add-apt-repository -y ppa:webupd8team/java
sudo apt-get update
sudo apt-get install -y oracle-jdk7-installer
update-alternatives --display java
Be sure to check your Java version to make sure it's 1.7 or greater:
java -version
Download a version of Eclipse from the website. If you don't know what flavor to use, just use the Classic version.
Unpack the archive that you downloaded:
cd Downloads
tar xvf [the file name you downloaded].tar.gz
Back up your old Eclipse version (if any):
sudo mv /usr/lib/eclipse /usr/lib/eclipse-old
Move the version of Eclipse you downloaded to
/usr/lib:
sudo mv eclipse /usr/lib
If this is a fresh install, you'll need to add a link to
/usr/binso you can run Eclipse:
sudo ln -s /usr/lib/eclipse/eclipse /usr/bin/eclipse
sudo chmod a+x /usr/bin/eclipse
Note: using this process, you will have to reinstall any plugins and re-add any update sources from previous build (at least, I did). However, you get a clean install of a newer version, which should resolve your issues. Good luck.
add a comment |
My first suggestion would be to run, from command line:
sudo apt-get -f install eclipse
Alternative:
This resource may be of help to you. I can confirm the process works on Ubuntu 14.04, as that is what I am using, and it cleanly upgraded my version of Eclipse to Kepler, and should resolve issues with your install. Here is the process, borrowed from the above link:
Run the below commands in a terminal:
sudo add-apt-repository -y ppa:webupd8team/java
sudo apt-get update
sudo apt-get install -y oracle-jdk7-installer
update-alternatives --display java
Be sure to check your Java version to make sure it's 1.7 or greater:
java -version
Download a version of Eclipse from the website. If you don't know what flavor to use, just use the Classic version.
Unpack the archive that you downloaded:
cd Downloads
tar xvf [the file name you downloaded].tar.gz
Back up your old Eclipse version (if any):
sudo mv /usr/lib/eclipse /usr/lib/eclipse-old
Move the version of Eclipse you downloaded to
/usr/lib:
sudo mv eclipse /usr/lib
If this is a fresh install, you'll need to add a link to
/usr/binso you can run Eclipse:
sudo ln -s /usr/lib/eclipse/eclipse /usr/bin/eclipse
sudo chmod a+x /usr/bin/eclipse
Note: using this process, you will have to reinstall any plugins and re-add any update sources from previous build (at least, I did). However, you get a clean install of a newer version, which should resolve your issues. Good luck.
My first suggestion would be to run, from command line:
sudo apt-get -f install eclipse
Alternative:
This resource may be of help to you. I can confirm the process works on Ubuntu 14.04, as that is what I am using, and it cleanly upgraded my version of Eclipse to Kepler, and should resolve issues with your install. Here is the process, borrowed from the above link:
Run the below commands in a terminal:
sudo add-apt-repository -y ppa:webupd8team/java
sudo apt-get update
sudo apt-get install -y oracle-jdk7-installer
update-alternatives --display java
Be sure to check your Java version to make sure it's 1.7 or greater:
java -version
Download a version of Eclipse from the website. If you don't know what flavor to use, just use the Classic version.
Unpack the archive that you downloaded:
cd Downloads
tar xvf [the file name you downloaded].tar.gz
Back up your old Eclipse version (if any):
sudo mv /usr/lib/eclipse /usr/lib/eclipse-old
Move the version of Eclipse you downloaded to
/usr/lib:
sudo mv eclipse /usr/lib
If this is a fresh install, you'll need to add a link to
/usr/binso you can run Eclipse:
sudo ln -s /usr/lib/eclipse/eclipse /usr/bin/eclipse
sudo chmod a+x /usr/bin/eclipse
Note: using this process, you will have to reinstall any plugins and re-add any update sources from previous build (at least, I did). However, you get a clean install of a newer version, which should resolve your issues. Good luck.
edited Dec 20 '16 at 18:50
Kaz Wolfe
25.9k1374135
25.9k1374135
answered Jun 6 '14 at 3:33
SonOfEntropySonOfEntropy
35319
35319
add a comment |
add a comment |
The version of Eclipse in the official repositories is too old and unsupported. The preferred way of installing Eclipse is using the official installer and running it.
First uninstall the package-manager's version of Eclipse:
$ sudo apt purge eclipse
$ sudo apt autoremove --purge
Then download the official installer from their website and run it. The rest of the steps should be self-explanatory.
add a comment |
The version of Eclipse in the official repositories is too old and unsupported. The preferred way of installing Eclipse is using the official installer and running it.
First uninstall the package-manager's version of Eclipse:
$ sudo apt purge eclipse
$ sudo apt autoremove --purge
Then download the official installer from their website and run it. The rest of the steps should be self-explanatory.
add a comment |
The version of Eclipse in the official repositories is too old and unsupported. The preferred way of installing Eclipse is using the official installer and running it.
First uninstall the package-manager's version of Eclipse:
$ sudo apt purge eclipse
$ sudo apt autoremove --purge
Then download the official installer from their website and run it. The rest of the steps should be self-explanatory.
The version of Eclipse in the official repositories is too old and unsupported. The preferred way of installing Eclipse is using the official installer and running it.
First uninstall the package-manager's version of Eclipse:
$ sudo apt purge eclipse
$ sudo apt autoremove --purge
Then download the official installer from their website and run it. The rest of the steps should be self-explanatory.
answered Jan 25 '18 at 6:24
hexmanhexman
486416
486416
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%2f456392%2feclipse-not-launching%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
1
Does /usr/bin/eclipse exist?
– xgdgsc
Apr 27 '14 at 14:01
If not, try to remove Eclipse in Ubuntu Software Center and then install it using
apt-get install eclipse.– Louis Matthijssen
Apr 27 '14 at 14:03
no there is no eclipse in /usr/bin folder!!!!!!!!!!!!
– user274959
Apr 27 '14 at 15:28
So, have you tried removing it in Ubuntu Software Center and then install it using
sudo apt-get install eclipse?– Louis Matthijssen
Apr 27 '14 at 16:43