I think Cerkez, Paul wrote: > > bad class file: .\Rete.class > > class file contains wrong class: jess.Rete > > Please remove or make sure it appears in the correct subdirectory of the > classpath.
It sounds like you've put your own X.java files inside the Jess61p7/jess directory, and are trying to compile them using Jess61p7/jess as your current directory. Don't do that. Put Jess61p7 (not Jess61p7/jess) on your CLASSPATH, and put your X.java files someplace else altogether (C:\MyProject, let's say.) This is really a basic Java question. You can get answers to this kind of question, and learn a lot about Java, at http://www.javaranch.com . --------------------------------------------------------- Ernest Friedman-Hill Advanced Software 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] --------------------------------------------------------------------