Here is something I don't understand. OS is Kubuntu 12.04 (64bit).
I downloaded the jre-7u4-linux-x64.tar.gz and seeing that Oracle says:
I created a directory 'java' in home untarred the archive there then: sudo update-alternatives --install "/usr/bin/java" "java" "/home/me/java/jre1.7.0_04/bin/java" 1
folowed by sudo update-alternatives --set java /home/me/java/jre1.7.0_04/bin/java
java -version (displayed correct)
sudo update-alternatives --config java (all OK-pressed enter to confirm)
However it does not work, doesn't load and errors in console.
The strange thing is that jre-7u3 works perfectly.
Please note that I don't want jdk only jre. Also Opera browser will not use the runtime from openjdk.
Perhaps someone can confirm my problem with 7u4 or come up with an idea as to what could be the problem ?
I downloaded the jre-7u4-linux-x64.tar.gz and seeing that Oracle says:
The archive binary can be installed by anyone (not only root users), in any location that you can write to. However, only the root user can install the JRE into the system location.
folowed by sudo update-alternatives --set java /home/me/java/jre1.7.0_04/bin/java
java -version (displayed correct)
sudo update-alternatives --config java (all OK-pressed enter to confirm)
However it does not work, doesn't load and errors in console.
The strange thing is that jre-7u3 works perfectly.
Please note that I don't want jdk only jre. Also Opera browser will not use the runtime from openjdk.
Perhaps someone can confirm my problem with 7u4 or come up with an idea as to what could be the problem ?
Comment