View Single Post
  #2 (permalink)  
Old 07-25-2007, 10:01 PM
Seemster Seemster is offline
Member
 
Join Date: Jul 2007
Posts: 55
Seemster is on a distinguished road
Install java sdk or runtime. Add it to your path. Open a shell window. Run java -version. If it gives you an error, you didn't put in the right value into path. Once properly configured, javac will work.

OR

copy your program to the <java install dir>/bin and run javac.
Reply With Quote