--- [EMAIL PROTECTED] wrote:
> Im having a problem with the 035 pure java version. Under 034 pure
> java, I get the "out of memory" error for using a windows absolute
> path, but under 035 pure java I get "java.sql.SQLException: no SQLite
> library found". Did you miss something when packaging the jar file?
> Looking inside the jar files to compare them, I cant see a
> NestedDB.class file or a NestedDB$CausedSQLException.class file in the
> 035 jar but they are in the 034 jar.

It seems David forgot something in the Makefiles for 035.

In the meantime, use 034 with the undocumented absolute path
connect string format for the nestedvm version of sqlitejdbc:

  jdbc:sqlite:/c:/absolute/path/your.db

Side note: I prefer the design of the old all-in-one style of 
sqlitejdbc jar that 034 and previous versions had.  If it 
could find the JNI shared library it would use it, otherwise 
it would fallback to the pure java nested version.

Let me be the first to sign a petition to bring back the 
old Makefile.  :-)


       
____________________________________________________________________________________
Yahoo! oneSearch: Finally, mobile search 
that gives answers, not web links. 
http://mobile.yahoo.com/mobileweb/onesearch?refer=1ONXIC

--~--~---------~--~----~------------~-------~--~----~
Mailing List: http://groups.google.com/group/sqlitejdbc?hl=en
To unsubscribe, send email to [EMAIL PROTECTED]
-~----------~----~----~----~------~----~------~--~---

Reply via email to