Thread: just starting
View Single Post
  #5 (permalink)  
Old 07-25-2007, 10:52 PM
Seemster Seemster is offline
Member
 
Join Date: Jul 2007
Posts: 55
Seemster is on a distinguished road
are you running the javac from the same directory the program is in? you can supply classpath information by:

javac -cp <classpath>
Reply With Quote