Hi,
I have a problem using sqlite in mac. When I run my application(executable
jar) from Windows OS, it works perfectly.
But when I try to launch the application from Mac, I get the following error

apples-imac:CreateJar apple$ java -jar TreeTable.jar
Unable to load sqlite: java.lang.
UnsatisfiedLinkError: no sqlite_jni in java.library.path

I use the db sqlite.jar


I had the same error when I executed the application in Windows

E:\Personal\1>java -jar TreeTable.jar
Unable to load sqlite: java.lang.UnsatisfiedLinkError: no sqlite_jni in
java.library.path


But, when I used sqlite_jni.dll, it solved the problem.


Can you kindly help me by saying what need to be done, so that this error
does not come anymore in mac.

Any help in this regard will be well appreciated with points.

Regards,
Sreejith
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to