PDA

View Full Version : java???????


kerri7101
10-12-2007, 12:20 PM
I have installed java but can't get it to work....help!!!

pawan s
10-12-2007, 12:20 PM
Whats the problem you are facing?

Set your JAVA_HOME to the directory where you have downloaded java. like C:/java

Go to your environment variables and in the User Variables define
Path %JAVA_HOME%/bin OR C:/java/bin

Then open a command prompt and type
javac <and press enter> you will some options...

Now your java is set up. Create a class compile and run it.