java - Netbeans 8 IDE Services tab SQlite3 Database connection error -


in netbeans version 8 using java language under services, when right click on connection have setup keep getting error

unable connect. cannot establish connection jdbc:sqlite:blah.db using org.sqlite.jdbc (opening db 'blah.db': access denied).

i on windows 7. have checked permissions of database file , there no reason not access file.

netbeans can find file url setting working.

no user name or password set on database.

i can use of code open database , execute query. reason behind doing via netbeans, bind control sqlite database.

does have ideas why access denied error other permissions issue?

thank in advance!


Comments