I''ve downloaded tar file from oracle server but I don't know how to install it on my ubuntu linux system. Could you please provide step by step details on how to install it? Thanks
Asked
Active
Viewed 1,456 times
3 Answers
0
If there is some trouble with installing downloaded files, try to get packages over the command line:
Open a new terminal.
Set this command:
sudo apt-get install icedtea–7-plugin openjdk–7-jre
Done.

samsy
- 71
-
Note that OP probably asks for installing proprietary JDK, not OpenJDK. – Danatela May 23 '14 at 07:24
0
You could just add a repository to your accepted sources. This is the one I used:
http://www.enqlu.com/2014/03/how-to-install-oracle-java-78-jdk-and.html
The site gives you step by step instructions. Simple and easy.

Bryan
- 3,532
- 1
- 12
- 12
0
Use following link and follow the given instructions:
http://www.liberiangeek.net/2012/04/install-oracle-java-jdk-7-in-ubuntu-12-04-precise-pangolin/

Prakash V Holkar
- 2,561
- 7
- 22
- 29