I'm using SQLite for a simple attendance tracking application to be implemented in Java. I am using the driver found in http://www.zentus.com/sqlitejdbc and I want to know if i need the dll's still or if i only need the jar i retrieved from the site.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
The jar you retrieved from the site should be sufficient. Toward the bottom of the page you cite, it says: Run with:
I just (re)tested that jar, on an Ubuntu system and on my Snow Leopard system. The same jar worked fine in both places. |
|||