Sunday, January 11, 2009

Download and Use Java Programming Software


Download And Use Java Programming Software or Java Development kit(latest)

how to use java Programming software/ Java Development Kit on windows:

First download the java development kit from the above link and then install it in c: drive.

Then open command prompt and go to the bin directory of the java.

for example: C:\Program Files\Java\Bin

This should be showing in the command prompt.
use cd command to go into the directory and cd.. to go to the previous directory.

You have to write your java programs in note pad and save it with the extension .java 
for example: filename.java

and you have to save this file in the bin folder of the java.

Then compile the program using the command below
javac filename.java

then execute it with:
java filename

Enjoy! Java programming

No comments:

Post a Comment

Please Mention your Name and Email Address.