Take a closer look at this line that you are using an example:
Jess> (system java -classpath jess.jar jess.Main examples/fullmab.clp)

You said you typed:
(system java -classpath jess.jar jessMain Jess61p6/examples/fullmab.clp)

And this is the error you got:
java.lang.NoClassDefFoundError: jessMain
Exception in thread "main" <External-Address:java.lang.Win32Process>

Main is a class in the jess package, so you need to specify it as jess.Main


That period is very important.

If you aren't really familiar with some of the concepts of Java you may want to run through a quick tutorial just to get some basics down. Sun offers some at this site:
http://java.sun.com/docs/books/tutorial/


HTH
--jason

--------------------------------------------------------------------
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