The problem is almost certainly that you (or some software you've installed) has explicitly set your CLASSPATH, but it doesn't include '.', the current directory. Add it and things should be fine. Alternatively, you can pass an explicit classpath (which again, should include '.') to the compiler using the -classpath switch.
I think Dan wrote: [Charset Windows-1252 unsupported, filtering to ASCII...] > I am having problems compiling the .java files. Not sure why as one time > they worked and the next they didn't. Nothing had changed on my PC and > so I don't know why. Below are some examples of these errors. All > packages etc ARE in the correct place. --------------------------------------------------------- Ernest Friedman-Hill Distributed Systems Research Phone: (925) 294-2154 Sandia National Labs FAX: (925) 294-2234 PO Box 969, MS 9012 [EMAIL PROTECTED] Livermore, CA 94550 http://herzberg.ca.sandia.gov -------------------------------------------------------------------- To unsubscribe, send the words 'unsubscribe jess-users [EMAIL PROTECTED]' in the BODY of a message to [EMAIL PROTECTED], NOT to the list (use your own address!) List problems? Notify [EMAIL PROTECTED] --------------------------------------------------------------------
