Loading

JDK

Sun JDK will be removed from Ubuntu Partner Archive

sun jdk January 18, 2012

Sun JDK will be removed from Ubuntu PA, so migrate to OpenJDK

0 comments Read the full article →

how to install jdk on Ubuntu 11.10

install jdk on ubuntu 11.10 September 14, 2011

Java Development Kit (JDK) for Ubuntu 11.10 – Oneiric Ocelot..getting started with java on ubuntu …

7 comments Read the full article →

how to install jdk on Ubuntu 11.04

jdk for ubuntu 11.04 May 28, 2011

Java Development Kit – JDK for Ubuntu 11.04 – Natty Narwhal.

7 comments Read the full article →

Java Programming on Ubuntu 10.04

June 19, 2010

Java is multi platform programming language.It uses JDK(includes jre) to create a class file from the source code and then the generated class file can be run on any computer by using Java Virtual Machine(JVM).So to write and execute java programs Java Development Kit(JDK) must be installed on the computer. Installing JRE /JDK on Ubuntu [...]

13 comments Read the full article →

How to install Java(JDK) in Ubuntu 10.04

May 31, 2010

JAVA is now the most widely used programming language for creating applications for web,gadgets,business…So you may want to install JRE(Java Runtime Environment) on your ubuntu 10.04 LTS for compiling and running JAVA based application. Installing JDK through Command Line in Ubuntu 10.04 Use the following command to install JDK(Java Developement Kit) 6 on your Ubuntu [...]

11 comments Read the full article →