This week's book giveaway is in the Agile and other Processes forum. We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line! See this thread for details.
after installing java that doesnt mean that you can compile and run any java program directly.. you are supposed to set the path and then the class path too. just check if you have set those correctly.
Regards,
vignesh
Tony Morris
Ranch Hand
Joined: Sep 24, 2003
Posts: 1608
posted
0
Originally posted by vignesh hariharan: after installing java that doesnt mean that you can compile and run any java program directly.. you are supposed to set the path and then the class path too. just check if you have set those correctly.
No, you don't set the CLASSPATH - not for installation - not ever. My best guess is that the OP has set the CLASSPATH and is now observing problems as a result.