Bload/bsave are among the small group of functions shipped with Jess
that aren't installed by default into the Rete class. Since you're
using Jess from Java directly, I'm guessing you're simply not
installing them. See the function loadOptionalFunctions in
jess/Main.java for an example of how to do this.

This should be reflected in the manual, but isn't. Thanks for pointing
this out. 

I think [EMAIL PROTECTED] wrote:
> 
>      Hi,
>      
>      I'm working with Jess50b1 and JDK 1.1.8.
>      
>      While executing the following line of code :
>      
>      rete.executeCommand("(bsave d:/test/test.bin)");
>      
>      I got an exception e:
>      e.getMessage() - Unimplemented function
>      
>      e.toString() - Jess reported an error in routine Funcall.execute while 
>                     executing (bsave d:/test/test.bin).
>                       Message: Unimplemented function bsave.
>                   Program text: ( bsave d:/test/test.bin )  at line 0.
>      
>      Any idea what is going on?
>      
>      Thanks,
>      
>      Alex
> 
> ---------------------------------------------------------------------
> 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]
> ---------------------------------------------------------------------
> 
> 


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

Reply via email to