Re: JESS: Installing Fuzzy on Jess

2008-07-16 Thread Ernest Friedman-Hill
Alternatively, you can right-click on a file of Jess code and choose "Run...", then create a "Jess Application" launch configuration, and type "nrc.fuzzy.jess.FuzzyMain" as the "Main class"; the Jess code will be run with FuzzyMain. I haven't tried this in a while, so I'm not 100% positive

Re: JESS: Installing Fuzzy on Jess

2008-07-16 Thread DCWYRICK
What you typed out there, "java -classpath "%classpath%";f:\fuzzyjtoolkit\fuzzyj110a.jar;.\ nrc.fuzzy.jess.FuzzyConsole", is a command line argument. You would normally type this in at a command prompt or shell. Eclipse can take care of it for you, though. Just add those jars to your class path

RE: JESS: using annotations

2008-07-16 Thread Skeptic 2000
Yeah, I knew about BeanInfo classes, but after using them for a while, I'm not too satisfied (usability). Of course I could write some code that produce a Deftemplate, but what I'm interested in is a solution that include JessDE working accordingly. That's why I was thinking about replacing

Re: JESS: Installing Fuzzy on Jess

2008-07-16 Thread seyed hossein
Thanks alot for the response Mr. Orchard, and sorry that if I'm bugging you and other jess users with my basic questions. Just learning programming with Eclipse in 2nd year university and doing research on Fuzzy and Jess. To run a given FuzzyJess example in Eclipse, I simply added the FuzzyMain.jav

Re: JESS: Jess and fuzzy inference

2008-07-16 Thread Ernest Friedman-Hill
Well, here is the manual for Bob Orchard's FuzzyJ toolkit: http://www.iit.nrc.ca/IR_public/fuzzy/fuzzyJDocs/index.html Here's the chapter on the Jess integration: http://www.iit.nrc.ca/IR_public/fuzzy/fuzzyJDocs/FuzzyJess.html After reading all of this, please come back if you have any specifi

Re: JESS: using annotations

2008-07-16 Thread Ernest Friedman-Hill
Jess 7.1 still supports JDK 1.4, so annotations aren't available. Future Jess versions will support Java 5+ . I like the fact that Jess supports the JavaBeans spec; it's nice to be able to refer people to that for details. It's one less "invention" that needs to be maintained by us. It's

Re: JESS: using annotations

2008-07-16 Thread Peter Lin
using annotation isn't hard. The only issue is backward compatability for those stuck using IBM jdk 1.4. even with things like backport, it may still leave some people out. I know several people still stuck on IBM jdk1.4. peter On Tue, Jul 15, 2008 at 11:54 PM, Skeptic 2000 <[EMAIL PROTECTED]>