Me again.
Ok, I added jni.h and win32/jni_md.h to the tree, so /src/bind is compilable on win32. You don't need a JDK at all to compile the C code. It doesn't have a link dependency with the JVM, either.
You do need a JDK if you want to run <javac> and get the .classes if you want to actually run the stuff as we develop it in the next few weeks.
Can someone get the OpenJDK versions of those .h files, and the linux jni_md.h version?
Thanks.
bob
Bob Jamison wrote:
Hi all.
This is just a note to let users of buildtool that I added a few things to build.xml to enable the building of the JVM binding. I commented the 3 places that allow /src/bind to be built, so it shouldn't break your builds. However, the new<javac> tag and and<property environment=""/> tag might require you to compile buildtool.cpp again to avoid parse errors.