30 March 2012

How to Install Sun Java 6 in Ubuntu 11.10

1 comment

how to install java in oneiric ocelot
Java is a object-oriented language developed by Sun Microsystems in the early 1990. Java is a general-purpose, concurrent, class-based, object-oriented language that is specifically designed to have as few implementation dependencies as possible. It is intended to let application developers "write once, run anywhere" (WORA), meaning that code that runs on one platform does not need to be recompiled to run on another. Java is currently one of the most popular programming languages in use, particularly for client-server web applications, with a reported 10 million users.

Installation by Terminal


1. Add Partner repository using following command

$ sudo apt-add-repository ppa:flexiondotorg/java

2. Update the Source list

$ sudo apt-get update

3. Install java package

$ sudo apt-get install sun-java6-jre sun-java6-jdk sun-java6-plugin

That's it.
Enjoy :)


If You Liked This Post Please Take a Time To Share This Post

You May Also Like...

1 comment: