the java db location is not set correctly

后端 未结 4 1966
孤街浪徒
孤街浪徒 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 the same problem on my Mac, debugging an app on GlassFish 3.1 which comes standard with NetBeans 7.0.1. This link gave me the answer I needed:

    http://forums.netbeans.org/ptopic21916.html

    The JavaDB path, as set in a clean installation, was pointing at an older version of GlassFish. Basically a configuration management issue it seems.

提交回复
热议问题