I'm trying to load the MathFunctions that are distributed with Jess 4.0
from inside a Jess file that needs it.
When I add:

(load-package "MathFunctions")

to the Jess I get

Rete exception in routine Context::expandAction.
        Message: Unimplemented function load-package at line 303: (
load-package "MathFunctions" ) .

What am I doing wrong?

I was able to load the MathFunctions from the Java that calls Jess with

rete.addUserpackage( new MathFunctions() );

But I only want to load MathFunctions when it is needed on a Jess file
by file basis.

Thanks
Christo
---------------------------------------------------------------------
To unsubscribe, send the words 'unsubscribe jess-users [EMAIL PROTECTED]'
in the BODY of a message to [EMAIL PROTECTED], NOT to the
list. List problems? Notify [EMAIL PROTECTED]
---------------------------------------------------------------------

Reply via email to