Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Qadriyah Malik   on Mar 17 In Java Category.

  
Question Answered By: Garrett Brooks   on Mar 17

If I were you I would use the command line switches to affect the class path.

Thus, if you want to compile  .java files in the C:\Java directory, first switch
to that directory and then type:

java -classpath . *.java

Share: