Re: [sqlite] Java wrapper for both windows and linux

2007-03-30 Thread BardzoTajneKonto
> Hello All > iam java starter and love sqlite . when i download java wraper for sqlite > this is good work in windows but it cant work in linux .i have this > exception "not found libraryjsqlite.so" Althought, i download sqlite.so and > rename to it .where is solution export LD_LIBRARY_PATH=di

Re: [sqlite] Java wrapper for both windows and linux

2007-03-30 Thread mohsen ahmadian
Hello All iam java starter and love sqlite . when i download java wraper for sqlite this is good work in windows but it cant work in linux .i have this exception "not found libraryjsqlite.so" Althought, i download sqlite.so and rename to it .where is solution On 3/30/07, [EMAIL PROTECTED] <[EMAIL

Re: [sqlite] Java wrapper for both windows and linux

2007-03-29 Thread BardzoTajneKonto
> I have been unable to get this package to compile under Linux. Do you use it > in Linux, or Windows? I remember I also had problem compiling this. It didnt find some executable. I'v downloaded missing executable, put it in PATH and there were no other problems. But actually it isn't necessary

Re: [sqlite] Java wrapper for both windows and linux

2007-03-29 Thread Randy J. Ray
On 3/29/07, Xavier RAYNAUD <[EMAIL PROTECTED]> wrote: I currently use this one: http://www.zentus.com/sqlitejdbc/ o The nestedVM will work for both windows and linux, but you will loose performance. o The native JNI libraries are faster, but do not work for both windows and linux. I have bee

Re: [sqlite] Java wrapper for both windows and linux

2007-03-29 Thread Xavier RAYNAUD
Hi Jim, Jim Dodgen a écrit : Hello, first off I am not a java guy. I'm a perl C guy. I am getting involved in a upcoming project that needs a java wrapper that will work for both windows and linux. Any preferences? I currently use this one: http://www.zentus.com/sqlitejdbc/ o The nestedV