| Hi,
I'm researching how I would go about calling httrack from java via JNI, but
not on Android (ie, on a 32- or 64-bit x86 server).
Do you have a recommended approach? Ideally, I'd like to build a single jar
distribution with the libhttrack.so/.dll included, so it's usable both on
Windows and Unix (this is what JNAerator creates by default, for instance).
You've obviously already done the hard work of creating the JNI interface and
the code that calls it from Java, but I'm not quite sure how to use it in a
non-Android context.
Do you have any suggestions? Thanks very much.
David | |