Installing Java 7 on ubuntu 12.10

Posted on Friday, March 1, 2013



This post has an error its been superseded by this post
http://www.whiteboardcoder.com/2013/08/installing-java-7-on-ubuntu-1210-fixed.html

Here are the commands to install Java 7 from Ubuntu 12.04 server.


>  sudo apt-get purge openjdk*
>  sudo apt-get install python-software-properties
>  sudo add-apt-repository ppa:webupd8team/java
>  sudo apt-get update
>  sudo apt-get install oracle-java7-installer
>  java -version









References
NA

No comments:

Post a Comment