the java db location is not set correctly

后端 未结 4 1940
孤街浪徒
孤街浪徒 2021-01-01 13:29

I get this error when using NetBeans:

The Java DB location is not set correctly.

Can somebody help?

4条回答
  •  隐瞒了意图╮
    2021-01-01 14:13

    I had a similar problem. When i right clicked to create the database the option was not enabled. I then clicked in properties and the 'Java DB installation' and 'Database location' fields were blank.

    This link helped me solve the issue: https://docs.oracle.com/cd/E19798-01/821-1770/gioew/index.html

    Basically GlassFish server didn't come with the installation of NetBeans pack, that's why i had to follow the instructions in the link to install the server. After the installation finished the 'Java DB installation' and 'Database location' fields were already filled with the correct path.

提交回复
热议问题