Hi,

If I bload a file (even an empty one), I get an "Error during execution"
when executing (System.currentTimeMillis).

Here's my code:

            Rete jess = new Rete();
            FileInputStream fis = new FileInputStream("the_file.bsave");
            jess.bload(fis);
            fis.close();
            jess.eval("(System.currentTimeMillis)");

It works fine if I read a .clp jess file using Jesp.

Henrique

-- 
----- - - - - -  -  -  -  -  -   -   -
Henrique Lopes Cardoso
DEEC/FEUP
Rua Dr. Roberto Frias | 4200-465 Porto
PORTUGAL
(+351)225081400 ext.1315
[EMAIL PROTECTED] | www.fe.up.pt/~hlc
----- - - - - -  -  -  -  -  -   -   -

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