Hi again! Glad you got things working like you wanted!
Ernest Friedman-Hill wrote: > The first error is usually caused by improper installation of > Jess. There's a file "scriptlib.clp" that comes with the Jess source, (...) > I have no idea about the second message, but maybe someone else does. The second error is related to the PAL (Protigi Axiom Language) support (see: http://protege.stanford.edu/plugins.html - PAL in the Tabs section) included in JessTab. If you're not using the PAL functionalities, then it shouldn't be a problem. Antonio --------------- Antonio J. Falcao CRI - Centro de Robotica Inteligente UNINOVA Quinta da Torre 2829-516 Caparica Portugal e-mail: [EMAIL PROTECTED] Tel.: +351 21 294 9625 (direct) GSM: +351 91 421 2930 ----- Original Message ----- From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, February 18, 2003 10:46 PM Subject: Re: JESS: Re: Using Protege, Java and Jess > Hi Karen, > > The first error is usually caused by improper installation of > Jess. There's a file "scriptlib.clp" that comes with the Jess source, > in the same directory as Rete.java. When you deploy Jess, whether as > loose class files or in a JAR file, that file scriptlib.clp has to be > in the same directory as the compiled Rete.class file (i.e., inside > the JAR if that's where Rete.class is.) > > I have no idea about the second message, but maybe someone else does. > > > I think Karen Fox wrote: > > Okay, thanks to the new JessTab documentation, I'm in business. > > However, I'm getting these two errors every time I run my java code. > > It's not interfering with anything, but I'd like to know how to get rid > > of it, if possible. I'm using Java 1.3, JessTab 1.0, Jess 61b1, and > > Protege 1.7. > > > > Jess reported an error in routine batch. > > Message: Cannot open file. > > at jess.Batch.batch(Batch.java:41) > > at jess.Rete.loadScriptlib(Rete.java:1414) > > at jess.Rete.<init>(Rete.java:83) > > at jess.Rete.<init>(Rete.java:59) > > at jess.Rete.<init>(Rete.java:51) > > at JessTabTest.main(JessTabTest.java:10) > > > > then later when I load the JessTab functions: > > > > Warning: PAL engine not available. (JessTab PAL-integration functions > > not added.) > > > > Thank you for all your help. You guys are great. > > > > > --------------------------------------------------------- > Ernest Friedman-Hill > Distributed Systems Research Phone: (925) 294-2154 > Sandia National Labs FAX: (925) 294-2234 > PO Box 969, MS 9012 [EMAIL PROTECTED] > Livermore, CA 94550 http://herzberg.ca.sandia.gov > > -------------------------------------------------------------------- > 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] > -------------------------------------------------------------------- > > > -------------------------------------------------------------------- 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] --------------------------------------------------------------------
