I hope someone can help me. I\'m working on a simple application which connects with an SQLite database. Following is my connection code:
try {
If you use Maven and want to build an executable jar, you could decide to import the content of the sqlite jar into your own produced jar:
maven-assembly-plugin
package
single
true
true
true
MyPackage.Main
jar-with-dependencies
You will not have to add specific classpath or implicit usage as proposed in the others answers.