Thank you, I found the problem using printStackTrace.  I was not using
this originally because it fails when using the jar from Jess61b2.zip:

java.lang.NoSuchMethodError
        at jess.JessException.toString(Unknown Source)
        at java.lang.String.valueOf(Unknown Source)
        at java.io.PrintStream.print(Unknown Source)
        at java.io.PrintStream.println(Unknown Source)
        at java.lang.Throwable.printStackTrace(Unknown Source)
        at test.Test.run(Test.java:88)
        at test.Test.main(Test.java:95)
Exception in thread "main"

When I switched to the jar for Jess60 it worked and identified the
problem as the call to gensym.  Rereading the documentation for Jess let
me know that gensym is not implemented, only gensym*.

Donald Rich

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