Hi,

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

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

However, v048 compiles without any problems (I just confirmed that).
And compilations runs smoothly when I copy the Makefile from v048
over. Seems like a bug in Makefile to me.
--~--~---------~--~----~------------~-------~--~----~
Mailing List: http://groups.google.com/group/sqlitejdbc?hl=en
To unsubscribe, send email to [EMAIL PROTECTED]
-~----------~----~----~----~------~----~------~--~---

Reply via email to