Reading
Add Comment
Are you looking on a repository for installing the original Oracle JDK 7 instead of the OpenJDK on your Linux Mint 13/ Ubuntu 12.04 box?
Ok, open your terminal and type:
- sudo add-apt-repository ppa:webupd8team/java
- sudo apt-get update
- sudo apt-get install oracle-java7-installer
- java -version
- java version "1.7.0_04"
- Java(TM) SE Runtime Environment (build 1.7.0_04-b20)
- Java HotSpot(TM) Server VM (build 23.0-b21, mixed mode)
- sudo update-java-alternatives -s java-7-oracle
BIIIG Thanks to Matteo Canato for the information Android Java
0 comments:
Post a Comment