Hi Folks,
It's come to my attention that some JDK 1.1.x Java compilers crash
while compiling Jess 5.0a6. I've added a FAQ entry about this,
reproduced here (with a fix):
o JDK 1.1.x Compiler crash on class jess.Watch. Some JDK 1.1
compilers (1.1.7 is one case, and there may be others)
crash (and tell you to file a bug report with Sun) when trying to
compile the class jess.Watch in the file jess/Funcall.java. To
alter Jess so that this compiler can compile it properly, remove
the private qualifier from lines 1577 and 1578, so that they
look like
boolean m_facts, m_rules, m_compilations, m_activations;
Watch m_partner;
Thanks to [EMAIL PROTECTED] for the report.
---------------------------------------------------------
Ernest Friedman-Hill
Distributed Systems Research Phone: (925) 294-2154
Sandia National Labs FAX: (925) 294-2234
Org. 8920, MS 9214 [EMAIL PROTECTED]
PO Box 969 http://herzberg.ca.sandia.gov
Livermore, CA 94550
---------------------------------------------------------------------
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]
---------------------------------------------------------------------