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* > >
