Searching...
Friday, July 26, 2013

Quick Way To Install Java from Oracle Instead of IcedTea on Ubuntu Distributions

Read Complete Post From Source: BLog.CripperZ.SG

Here is a quick and easy way of installing Java Hotspots (Oracle) on Ubuntu


apt-get install -y python-software-properties

sudo add-apt-repository ppa:webupd8team/java


sudo apt-get update && sudo apt-get install -y oracle-jdk7-installer


update-alternatives –-display java


 


Also if you have any existing java installed, below are some of the methods used to change java alternatives.


update-alternatives –config javaws


update-alternatives –config java


update-alternatives –config javac


 


Cheers!



Quick Way To Install Java from Oracle Instead of IcedTea on Ubuntu Distributions
Read Complete Post From Source: BLog.CripperZ.SG

0 comments:

Post a Comment

 
Back to top!