Alan's RamblingsMy opinions may not be correct, but they are my own.Smrgsbord: Building Win32 JNI code using NetBeans and MinGW- July 10, 2005 I use a GPS mapping application called OziExplorer, and just for laughs I started fiddling around with encapsulating the API for the application so that I could use it from Java. Access to the API is via a DLL, which meant delving into the scary world of both JNI and building DLLs on Win32. Whenever I've tried to do this in the past, it always seemed to require loading vast amounts of unwanted crap on my machine so that I got a compiler that worked, arcane spells involving mapfiles,...http://www.bleaklow.com/blog/2005/07/smoergsbord_building_win32_jni.html |