Re: JESS: Some JESS characteristics...

2002-03-29 Thread James C. Owen
Well, _somebody_ had to say it. Thanks, Ernest. :-) R T F M ! ! ! (Read The Fabulous Manual!) [EMAIL PROTECTED] wrote: > No offense, but if you don't know the answers to these questions, then > you haven't read the manual. No one is going to do your homework for > you -- just sit down a

Re: JESS: Some JESS characteristics...

2002-03-29 Thread ejfried
No offense, but if you don't know the answers to these questions, then you haven't read the manual. No one is going to do your homework for you -- just sit down and read the manual. I think Joao Domingues wrote: [Charset iso-8859-1 unsupported, filtering to ASCII...] > Hi again! > I was in the j

JESS: Some JESS characteristics...

2002-03-29 Thread Joao Domingues
Hi again! I was in the jess docs page, but i couldnt find the information i need. So, anyone can tell me what type of: Knowledge representing Inference Explanations Chainings uncertainty manipulation that JESS use? John __

Re: JESS: Java Reflection

2002-03-29 Thread ejfried
It's most likely a CLASSPATH issue, and so the answer is specific to the individual servlet container you're using and the ClassLoaders it incorporates. You might examine the documentation for your web server/servlet container to see what it says about class access by servlets. If the classes you

JESS: Java Reflection

2002-03-29 Thread Hissam
Hi, I develop an aplication with many applets communicating with a servlet. After decoding messages, the servlet call an instance of Rete to batch a file that uses some commands calling external classes writed by me. The problem is that these classes are not recognized. What must I do to resolve