5 questions
0
votes
1
answer
406
views
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 ...
2
votes
2
answers
3k
views
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 ...
1
vote
1
answer
3k
views
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 ...
0
votes
1
answer
41
views
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 ...
13
votes
4
answers
8k
views
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 ...