Difficulties encountered during the installation of JAVA 1.7 on ubuntu server 14.O4
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Greetings!
Try these commands:
sudo apt-get update
sudo apt-get install python-software-properties software-properties-common -y
sudo add-apt-repository ppa:webupd8team/java
sudo apt-get update
sudo apt-get install oracle-java7-installer -y
Jarland
Thanks, I tried it and it worked.