Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Glenn Duncan   on Aug 30 In Java Category.

  
Question Answered By: Vonda Ramirez   on Aug 30

You can use "set classpath="...or use a batch file to override your java
command to send the classpath:

java -cp "c:\my\classpath\" DriveThrough

Remember also that java  will not load your class file if the package is set
to something...you'll need to call it as "My.DriveThrough" or similar. That
is a common mistake I often make when running on command line.

Share: 

 

This Question has 3 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on Windows XP how to set path? Or get search suggestion and latest updates.


Tagged: