Unlock the Power of Open Source! The " Linux New " SWAYAM Plus Course is live now and about 2,500 learners have already registered for it.

If you are a registered learner, the forum page is now active. Visit the page and get all your questions answered.

Getting started java Installation - English

This is a sample video. To access the full content,
please Login

142790 visits



Outline:

Getting started with Java Installation * Install jdk from Synaptic Package Manager * Choose openjdk-6-jdk from the list of packages available * Mark it for installation * The installation will take a few seconds * Verify the installation * At the command prompt type java -version, so the version number of the jdk will be displayed * Run a simple java program and see if it works * Type javac TestProgram.java for compiling the code and java TestProgram for executing the code