Re[2]: JESS: Reading rules from stream.

2005-05-19 Thread lilu
Hello, ejfried. You wrote: I think lilu wrote: Hello everyone! My problem is that I want to read rules from the stream. Batch command allows to read rules from file by filename, but in my system I can't read files. I have only a stream. Can anyone help me? Sencerely, Ilona Karpova. You

JESS: try/catch in Jess

2005-05-25 Thread lilu
Is there something similiar to Java try-catch-finally in Jess to catch Java exceptions during (call) commands? Sencerely, Ilona Karpova. To unsubscribe, send the words 'unsubscribe jess-users [EMAIL PROTECTED]' in the BODY of a

JESS: NULL and Jess

2005-05-26 Thread lilu
Hello. How can I check that Java object is not null in Jess? Sencerely, Ilona Karpova To unsubscribe, send the words 'unsubscribe jess-users [EMAIL PROTECTED]' in the BODY of a message to [EMAIL PROTECTED], NOT to the list (use

JESS: Jess and Java arrays

2005-06-14 Thread lilu
Hello everyone! How can I create Java string array and init it in Jess, like I do in Java: String[] _array = new String[]{str1, str2}; Thanks, Ilona Karpova. To unsubscribe, send the words 'unsubscribe jess-users [EMAIL