Saturday 31 August 2013

Sqlite read/write permission in the program files

Sqlite read/write permission in the program files

My java log in app uses sqlite database.It creates database if not present
and tables as well.But when I package it as a jar file by using installer
software,it is not able to create any database when it is extracted to the
'C:/Program Files...' by default.So I want to know how to give the
read/write permission for this purpose in the program files?

No comments:

Post a Comment