Comment 42 for bug 1223181

Revision history for this message
In , F-laza-rabearisoa (f-laza-rabearisoa) wrote :

Installing Oracle Java JDK on Kubuntu Linux 14.04 LTS (x86_64) seems to work with eclipse kepler (4.3.2) downloaded and installed directly from eclipse site instead of using the kubuntu repositories :

You download the eclipse .tar.gz package and install eclipse like below (all instructions preceded with sudo, of course)
mv /Downloads/eclipse /opt
ln -s /opt/eclipse/eclipse /usr/local/bin/eclipse
cd /opt
chown -R root:root eclipse
chmod -R g-w eclipse

Then, you can find how to perform Oracle JDK installation here : http://www.wikihow.com/Install-Oracle-Java-JDK-on-Ubuntu-Linux

Let me know if it works please.

Regards.