Is it possible to establish a jdbc connection within the jar.
The jar I will be using has the database file.
For eg.
The database used is sqlite. (uses file). The file is been archieved with the jar.
How to initialize a jdbc connection with the db file in the jar.
Thanks in advance.