Skip to main content
0 votes
1 answer
406 views

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 ...
Boycott A.I.'s user avatar
  • 19.2k
2 votes
2 answers
3k views

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 ...
Wisdom Ekene's user avatar
1 vote
1 answer
3k views

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 ...
Alex Q's user avatar
  • 3,290
0 votes
1 answer
41 views

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 ...
A Zhang's user avatar
  • 23
13 votes
4 answers
8k views

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 ...
Michael Anderson's user avatar