> Thanks for the help fixing my compiling problem.  However, when I try to run
> JESS (java jess.main), I get the following error.
> 
> Exception in thread "main" java.lang.NoClassDefFoundError: jess/main
> 
> The makefile tells me nothing needs to be done for main so I'm assuming it
> compiled properly.  Any ideas?

Class and package names are case sensitive. You have to type

        java jess.Main

Greetings, Thomas
---------------------------------------------------------------------
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]
---------------------------------------------------------------------

Reply via email to