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:

Simply set the path

Posted by Amit Dubey on July 31, 2001 at 3:33 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


You can set the path to the bin folder in the jdk



Replies:

Sponsored Links



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