How do I install Sun Java 6 on Ubuntu?

Install Sun Java 6 To install proprietary Java, you must have the Multiverse repository enabled. Click on System > Administration > Software Source > Select Multisource > Close Open a shell prompt (terminal) and type the following to install JDK and JRE: $ sudo apt-get install sun-java6-bin sun-java6-jre sun-java6-jdk

How do I download and install Java SE 6?

On the Oracle Java Archive page, click Java SE 6. On the Java SE 6 Downloads page, click the link for the most recent version of the Java SE Development Kit. The page scrolls to the list of downloads for that version of the JDK. At the top of the list, click the Accept License Agreement radio button.

What is JDK in Java?

The JDK is a development environment for building applications, applets, and components using the Java programming language. The JDK includes tools useful for developing and testing programs written in the Java programming language and running on the Java TM platform.

How do I download the latest version of the JDK?

On the Java SE 6 Downloads page, click the link for the most recent version of the Java SE Development Kit. The page scrolls to the list of downloads for that version of the JDK. At the top of the list, click the Accept License Agreement radio button.

What is Sun Java tutorials?

Official Sun Java tutorial – The Java Tutorials are practical guides for programmers who want to use the Java programming language to create applications. They include hundreds of complete, working examples, and dozens of lessons. Groups of related lessons are organized into “trails”.

How do I install Java on Ubuntu Linux?

To install proprietary Java, you must have the Multiverse repository enabled. Click on System > Administration > Software Source > Select Multisource > Close Ubuntu Linux comes with update-java-alternatives utility to updates all alternatives belonging to one runtime or development kit for the Java language.