I think [EMAIL PROTECTED] wrote: > > Is there any example of setting the variables in java program for the rules > in a file and getting the results in java program. > > I am getting varibales not initialized problem! >
You generally don't communicate with Jess by setting variables, but rather by asserting facts, or else by putting things in the global storage area (see section 4.4.4 of the manual.) --------------------------------------------------------- Ernest Friedman-Hill Science and Engineering PSEs 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] --------------------------------------------------------------------
