RE: JESS: How to stop firing rules??

2005-07-26 Thread Alan Moore
Felix, You have not given us much information about your problem so we will need more detailed information before we can help you. In general: 1) If you have one thread that has called the Rete#runUntilHalt() method, calling the halt() method (on another thread), or having one of your Jess ru

JESS: How to stop firing rules??

2005-07-26 Thread Félix Gómez Cordero
Hello everybody and thanks in advanced,   I've got the next problem, once I've run the engine to check some facts status I would need to add more facts and they are dependents between them so there are some functions which have miss references because of all the necessaries facts to make it

Re: JESS: Very strange error when running Jess

2005-07-26 Thread Chad Loder
On Tue, Jul 26, 2005 at 05:33:41PM +0800, Matthew Hutchinson wrote: > Hi everyone, > > I've been using Jess just fine on my Mac, but I've just gone ot use it > on the PC (Windows XP) and things are going wrong! > > All the environment variables have been set, and I get this error when > running "

Re: JESS: Very strange error when running Jess

2005-07-26 Thread ejfried
Hi, Well, there's no class in Jess by that name. It looks like a problem that could be caused your classpath having spaces in it -- that "Files" is probably the second word of "Program Files." Looking at the "jess.bat" script, I see that I don't have any quotation marks in there to prevent this k

JESS: Very strange error when running Jess

2005-07-26 Thread Matthew Hutchinson
Hi everyone, I've been using Jess just fine on my Mac, but I've just gone ot use it on the PC (Windows XP) and things are going wrong! All the environment variables have been set, and I get this error when running "jess": Exception in thread "main" java.lang.NoClassDefFoundError: Files\Agent I