The Artima Developer Community
Sponsored Link

Legacy Java Answers Forum
July 2001

Advertisement

Advertisement

This page contains an archived post to the Java Answers Forum made prior to February 25, 2002. If you wish to participate in discussions, please visit the new Artima Forums.

Message:

Re: class path error

Posted by Ali Khawaja on July 19, 2001 at 5:52 PM

> i loaded java in my comp. & set the classpath also but when i try compliling the program it gives class path error. i cannot understand whats the problem


suppose the directory where your source file (suppose test.java) file is in c:\myfiles, then do this:

To compile: javac -classpath c:\myfiles test.java
To run: java -cp c:\myfiles test





Replies:

Sponsored Links



Google
  Web Artima.com   
Copyright © 1996-2009 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use - Advertise with Us