2008/6/17 MAILER-DAEMON <[EMAIL PROTECTED]>: > I installed the Windows version from sqlitejdbc-v050-bin.tgz > My program failed to run (library not found). > I solved the problem by renaming libsqlitejdbc.dll -> sqlitejdbc.dll
Ah, thanks. Fixed in the next version. > I found another problem when compiling from source on Linux/64bit. > 'make' fails with: > > $JAVA_HOME/bin/javah -classpath build -jni -o build/NativeDB.h > org.sqlite.NativeDB > error: cannot access org.sqlite.NativeDB > class file for org.sqlite.NativeDB not found > javadoc: error - Class org.sqlite.NativeDB not found. > Error: No classes were specified on the command line. Try -help. > make: *** [build/Default-x86_64/libsqlitejdbc.so] Error 15 I did a bit of Makefile reorganising, and I think I missed a dependency. Could you try this file: http://zentus.com/sqlitejdbc/src/Makefile d. --~--~---------~--~----~------------~-------~--~----~ Mailing List: http://groups.google.com/group/sqlitejdbc?hl=en To unsubscribe, send email to [EMAIL PROTECTED] -~----------~----~----~----~------~----~------~--~---
