Re: JESS: Problems with Eclipse 3.2 Final Release

2007-06-15 Thread Scott Moss
Thanks, Dave. I've solved the problem but it had nothing to do with BIRT. In investigating Help Software Updates Manage Configuration as you suggested, I found that the JESS plugin had been disabled. How or why, I have no idea. Again, thanks for steering me in that direction. Regards Scott

Re: [Fwd: Re: JESS: Browsing Rule LHS]

2007-06-15 Thread Henrique Lopes Cardoso
But if Jess already has a Java API to access Jess constructs, is it not a waist of time to parse JessML? JAXB would create another API to access JessML content objects! Again, do you not recommend the use of Jess API to access the structure of Jess rules? Another way of looking at my goal would

JESS: Java version problem

2007-06-15 Thread Scott Moss
Using Jess 7.0.0p1, clp files that import Java classes themselves compiled under Java 6.0 produce the following error for import, defclass or load-function functions: Can't load Bad version number in .class file I haven't tried compiling the JESS source code with the 6.0 compiler though, since

Re: [Fwd: Re: JESS: Browsing Rule LHS]

2007-06-15 Thread Ernest Friedman-Hill
On Jun 15, 2007, at 6:33 AM, Henrique Lopes Cardoso wrote: But if Jess already has a Java API to access Jess constructs, is it not a waist of time to parse JessML? JAXB would create another API to access JessML content objects! Yes, but it would be a *stable* API. Again, do you not

Re: JESS: Java version problem

2007-06-15 Thread Ernest Friedman-Hill
What matters here is the version of the JVM that's running Eclipse itself. If you run Eclipse using a Java 6 JVM, then everything will work fine. On Jun 15, 2007, at 11:56 AM, Scott Moss wrote: Using Jess 7.0.0p1, clp files that import Java classes themselves compiled under Java 6.0