I think Arend Ligtenberg wrote:
[Charset iso-8859-1 unsupported, filtering to ASCII...]
> Dear List,
>
> I was using JESS60a5 for a while using it from within JAVA. The snipplet:
> Deftemplate dt = new Deftemplate("obs", "spatial percepts");
...
>
> After a pc crash I installed Jess60 the "jar" version
>
> Now I'am getting the error:
>
> Model\Agent.java:218: Deftemplate(java.lang.String,java.lang.String) has private
>access in jess.Deftemplate
The constructor you're using now takes three arguments instead of two;
you must pass a Rete object as the third argument. The Rete object
is used to place the template into the correct module.
---------------------------------------------------------
Ernest Friedman-Hill
Distributed Systems Research Phone: (925) 294-2154
Sandia National Labs FAX: (925) 294-2234
Org. 8920, MS 9012 [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]
--------------------------------------------------------------------