I think Rohan Tandel wrote:
> Dear Jess Users,
>                I have the following doubts:
> 
> 1. Is there any way to interface a CLIPS *.clp file
> with Java using JESS?

To the extent that this question makes sense, yes, it's simple. Jess
has an extensive Java API that you can use to embed it in your Java
programs. 

> 
> 2. Is it possible to automatically load a JESS OR
> CLIPS file when the JESS environment is loaded?

The file jess/scriptlib.clp is loaded when a jess.Rete object is
created; you can add to this file. Of course, if you're embedding Jess
in a Java program (see #1) it's easy to simply load additional files
instead from your Java code.


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

Reply via email to