Sqlite4java is a minimalistic, open-source Java wrapper for SQLite
Questions tagged [sqlite4java]
6 questions
13
votes
4 answers
How can I set up a simple gradle project that uses sqlite4java?
I'm starting a simple java test project using sqlite4java and building using java.
I can get the core sqlite4java library downloaded easily, but I'm not sure what the best (any!) way to get gradle to download the native libraries and put them in the…

Michael Anderson
- 70,661
- 7
- 134
- 187
2
votes
2 answers
java.lang.UnsatisfiedLinkError: no sqlite4java-win32-x64-1.0.392 in java.library.path - gradle based javafx
I'm working on a small gradle based javafx project using netbeans ide (win7). Everything works fine until i included cloudant-sync and sqlite4java, now i get UnsatisfiedLinkError whenever i run the project. Please how do i resolve…

Wisdom Ekene
- 55
- 1
- 6
1
vote
1 answer
How to get Gradle to generate java.library.path for eclipse
I have a gradle project which is using sqlite4java and I'm working in eclipse.
My problem is that when I get gradle to generate the eclipse project files, the project classpath contains sqlite4java's native libraries on the classpath instead of on…

Alex Q
- 3,080
- 2
- 27
- 29
0
votes
0 answers
What could be preventing yarn setup from creating tables?
In the project root I ran 'export LD_LIBRARY_PATH=/Users/xxxxxxxxxx/Downloads/sqlite4java-392-2', then I did 'yarn setup', because the last time I did 'yarn setup', I got an error that the library 'sqlite4java-osx-x86_64' could not be found in the…

serenitycodes
- 13
- 4
0
votes
1 answer
Custom tokenchars for apostrophes in SQLite / FTS3 / FTS4 / Android?
My Android app contains a SQLite table (Full Text Search / FTS3) which contains data such as:
Green's Product
In the app, when a user searches for Green's Product, the match is found. But when the user searches for Greens Product (i.e., without…

ban-geoengineering
- 18,324
- 27
- 171
- 253
0
votes
1 answer
Packaged executable jar file not using included dependent libraries (sqLite4Java)
I’m having problems with a packaged program I built using the NetBeans IDE and Java Swing. When the project is built from netbeans, it copies all the libraries the program is dependent on, including the sqlite4java API that I use into a folder…

A Zhang
- 23
- 4