View Single Post
  #3 (permalink)  
Old 08-06-2007, 11:16 PM
bbq bbq is offline
Senior Member
 
Join Date: Jun 2007
Posts: 134
bbq is on a distinguished road
Do you use word 'javac' in your source code? If you do, change it to other word.

Also, set the classpath on the command line:

javac -classpath . filename.java

'.' means your current working directory.
Reply With Quote