LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Help installing Eclipse 4.3.2 on Linux Mint 17 (https://www.linuxquestions.org/questions/linux-software-2/help-installing-eclipse-4-3-2-on-linux-mint-17-a-4175507783/)

techdude 06-11-2014 08:16 PM

Help installing Eclipse 4.3.2 on Linux Mint 17
 
I have the tar.gz file from Eclipse.org. It is the right version (64-bit). How do I install it? I went to put it into the /opt folder and tried to run eclipse. It could not locate it's shared folder. Any help? I really don't want to use the old 3.8 via software manager.

Thanks in advance ;)

jdkaye 06-11-2014 10:34 PM

1. Open a terminal
2. Untar the tar.gz file using the following command
Code:

tar -zxvf <name of tarball file>
3. Move the resulting folder to /opt (remember this is done as root or using sudo)
jdk

techdude 06-12-2014 04:03 PM

Ok... After it's there, I cannot access it. I need to be in root to run the application. I went in, in root, and changed the permissions for the whole eclipse folder. The settings that I chose didn't save to everything even though I clicked save permissions to containing folders and files. I also manually changed the permissions for the executable itself. When I tried to run it, it said that it couldn't find its shared folder thing????

Habitual 06-12-2014 06:30 PM

Isn't eclipse in the software center?

techdude 06-15-2014 03:45 PM

Yes, but it is the old version.

jdkaye 06-16-2014 12:51 AM

Quote:

Originally Posted by techdude (Post 5187247)
Ok... After it's there, I cannot access it. I need to be in root to run the application. I went in, in root, and changed the permissions for the whole eclipse folder. The settings that I chose didn't save to everything even though I clicked save permissions to containing folders and files. I also manually changed the permissions for the executable itself. When I tried to run it, it said that it couldn't find its shared folder thing????

Normally this should not be the case. You need to be root to move the extracted folder to opt but you shouldn't need to be root to run the program. If you do need to be root that was the way Eclipse was designed. For example I have things like calibre and skype in /opt which I can run as an ordinary user with no problems. I don't know what Eclipse does but if you have to be root to run it then that's how it was designed and presumably the developers had good reason for doing so.
jdk


All times are GMT -5. The time now is 02:44 PM.