I downloaded Netbeans 7.4 and Java 7 Update 51. I get the below error when I try to start Java DB or derby connection from Netbeans. This is on a windows 8 PC. I downloaded
I found a quick solution to this problem - Start your JavaDB from the command line\terminal like so:
/db/bin/startNetworkServer -noSecurityManager
Then it runs fine without adding new permissions.