Re: JESS: Call Jess from C++ via JNI

2011-09-28 Thread Hunter McMillen
Thanks a lot! That was exactly what was going wrong. Hunter On Tue, Sep 27, 2011 at 1:31 PM, Friedman-Hill, Ernest ejfr...@sandia.govwrote: ** The problem is here. The Java classpath doesn't list directories in which jar files can be found, but rather, the jar files themselves. The argument

Re: JESS: Call Jess from C++ via JNI

2011-09-28 Thread Dusan Sormaz
Thanks Ernest! I was on the phone call, so you overran me. :-) Dusan Sormaz On 9/27/2011 1:31 PM, Friedman-Hill, Ernest wrote: The problem is here. The Java classpath doesn't list directories in which jar files can be found, but rather, the jar files themselves. The argument should be, e.g.,

Re: JESS: Call Jess from C++ via JNI

2011-09-28 Thread Hunter McMillen
Sorry to pester you with more questions. The way I am currently doing things in invoking a JVM from C++ to call Java code that calls/interacts with Jess code, but it turns out that someone has actually created a java native interface for the api/framework I am using to make my agent, using this I