Skip to content

August 3, 2010

1

Beginning Java

This page covers everything you need to know to start programming in Java

About Java

Java is an object oriented language. It was made by SUN Microsystems. Their aim was to make a language that could be portable and communicate between devices other than the computer. The programs of Java could be run on any platform which could support the Java Virtual Machine (JVM). Since then java has evolved to become the most powerful language for the web, devices and computers.

Installing the Java Development Kit

Before you start to program you will need to have the Java Development Kit (JDK). The JDK is a whole Kit which contains many programs to help you make your program come to life…….

Download:

Mac OSX: Don’t worry as the JDK is already installed for you. To update the JDK use System Update.

Windows: Download from: http://java.sun.com/javase/downloads/widget/jdk6.jsp. The download will start.

After the download finishes Install It with all the defaults….

You will also need to add environment variables.

Windows 7: Go to Start Menu >> Right Click “Computer” >> Go to Properties >> Click “Advanced System Settings” on your left hand sidebar >> Click “Environment Variables”

In the System Variables Box >> Choose “Path” >> Double Click it >> and Paste this in the Variable Value: “C:\Program Files\Java\jdk1.6.0_20\bin”

Ubuntu: Open the terminal and type “sudo apt-get installs openjdk-6-jdk” and then accept any questions it asks. Let it download and install that. (For other Linux Distro’s Google about Installing the JDK)

That’s it… This is all you need to Start Java Programming….

Click here to go to “Writing your first program”

Vote this page

Read more from Java
1 Comment Post a comment

Trackbacks & Pingbacks

  1. Java | ArjunBajaj.com

Share your thoughts, post a comment.

(required)
(required)

Note: HTML is allowed. Your email address will never be published.

Subscribe to comments

ArjunBajaj.com is Digg proof thanks to caching by WP Super Cache