Brannon King wrote:
Is there some standard tool that will generate a JNI dll from the sqlite.dll?
Have you looked at SWIG? http://www.swig.orgIt doesn't generate a JNI dll from the sqlite.dll, but does generate a JNI dll from the sqlite sourcecode -- there is a learning curve, so you might want to roll your own JNI code after all, especially if you want to do custom things with callbacks.
Might be worth a look. HTH Ulrik Petersen