LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Problem installing/running Eclipse Luna on Mint17.1 LXDE (https://www.linuxquestions.org/questions/linux-newbie-8/problem-installing-running-eclipse-luna-on-mint17-1-lxde-4175538681/)

Davdi 04-03-2015 02:25 PM

Problem installing/running Eclipse Luna on Mint17.1 LXDE
 
I've downloaded the latest eclipse (.tar.gz) and unpacked it to /usr/bin and created a launcher for it, but it doesn't launch.
I also created a shell script on the desktop called eclipse.sh, content :
cd /usr/bin/eclipse
./eclipse

and did a chmod 755 /Desktop/eclipse.sh in a terminal as root.
I did a chmod 775 on the eclipse executable as well, but it still won't launch

NB I followed the same procedure with Bluegriffon and that runs OK.

I bet I'm missing something obvious, but just can't think what.

Box is AMD Phenom ll x4 / 8GB DDR3 running Mint 17.1 LXDE.

Keruskerfuerst 04-03-2015 02:35 PM

Is the file executable? (chmod +x ....)

Davdi 04-03-2015 02:59 PM

chmod 755 makes it executable, I did that. - the 7 = R-W-X, the 5 = R-X

Keruskerfuerst 04-03-2015 03:04 PM

Have you java installed?

Have you followed the install instructions here: https://wiki.eclipse.org/Eclipse/Ins...to_use_the_JVM

Davdi 04-03-2015 03:11 PM

It was something obvious - 64 bit version on a 32 bit distro - Doh!


All times are GMT -5. The time now is 12:34 AM.