Re: JESS: Call Jess from C++ via JNI
Hunter McMillen <[email protected]> Tue, 27 Sep 2011 17:37:30 -0400
| Newsgroups | gmane.comp.java.jess |
|---|---|
| Message-ID | <CABWUPR2fbBtEDMAya0vYj4=O23D2_vrtU_rL=omH-OYG=3idEg@mail.gmail.com> |
Thanks a lot! That was exactly what was going wrong. Hunter On Tue, Sep 27, 2011 at 1:31 PM, Friedman-Hill, Ernest <[email protected]>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., "-Djava.class.path=./jess.jar". > > * options[0].optionString = (char*)&"-Djava.class.path=."; //the > current directory is where jess.jar is also* > >