RawrUniversal / xerial

Automatically exported from code.google.com/p/xerial
0 stars 1 forks source link

Allow the native sqlitejdbc library to be loaded from java.library.path #100

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
In some environments, neither embedding the native library in the JAR or 
explicitly providing the path to it is ideal. Most JNI libraries can simply be 
loaded via java.library.path. The attached patch attempts this first when the 
path has not been given.

Original issue reported on code.google.com by JerseyChewi@gmail.com on 20 Nov 2011 at 9:24

Attachments:

GoogleCodeExporter commented 8 years ago
This seems impossible at the moment:
https://groups.google.com/d/msg/xerial/4huXinbuwJw/KWSxYRtLnWgJ

Original comment by akostadi...@gmail.com on 29 Mar 2013 at 12:06

GoogleCodeExporter commented 8 years ago
I didn't say I wasn't using your version of the native library. In fact, I 
didn't even know it was based on the original SQLite.

Original comment by JerseyChewi@gmail.com on 29 Mar 2013 at 12:18

GoogleCodeExporter commented 8 years ago
btw I think if you care about this issue, you can file a bug in the new project 
bugtracker in bitbucket. Not sure if the devs are still looking here.

Original comment by akostadi...@gmail.com on 29 Mar 2013 at 12:29