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

2011-10-03 Thread Hunter McMillen
Well I am trying to create an agent to compete in the Starcraft AI competition for next year, the API that the agents all use is called BWAPI: http://code.google.com/p/bwapi/, but this is also a standard library that some of the agents use that would be really useful for for my agent called BWSAL:

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

2011-10-03 Thread Friedman-Hill, Ernest
To restate: you have three libraries you want to use: - One (Jess) is written in Java; - One (BWAPI) can be accessed from Java by using an existing JNI interface, - And the third (BWSAL) is currently available only in native code. Your current plan is to write a JNI wrapper for