On Sat, 15 Aug 1998, HORTON, DEREK K wrote:

> I am running Red Hat 5.1 and I have everything installed and a freshly
> compiled kernel.  I was wondering why I could not compile java source
> code?  When i try javac <filename.java> it returns the error: CLASSPATH
> not set! .  What does this mean and how do I correct it ?  Thanks for
> the help.
> Derek Horton
> [EMAIL PROTECTED]

The compiler doesn't know where to find the packages needed for your
program. You can specify your classpath on the command line, or by an
environment variable. I haven't used the JDK on Linux yet, so you should
probably seek more information on the net on how to get it running.

-------------------------------------------------------------------------
James Clifford         | http://www.tripod.com/~MrBobo
[EMAIL PROTECTED]      | The best way to make your dreams come true is
[EMAIL PROTECTED] | to wake up.                     - Paul Valery

Reply via email to