Unable to start derby database from Netbeans 7.4

前端 未结 12 707
栀梦
栀梦 2020-12-04 12:21

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

12条回答
  •  北海茫月
    2020-12-04 12:27

    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.

提交回复
热议问题