I just want to use SQLite in a Java application. I found sqlitejdbc but how do I install it? I am on Ubuntu. I got the jar file. But I try:
jiewmeng@JM:~/Desktop$ java -jar ./sqlitejdbc-v056.jar
no main manifest attribute, in ./sqlitejdbc-v056.jar
How do I use it then?
There is no need to install it. Just add the jar to the classpath of your project