Derby connection error: ERROR XBM0H: Directory /usr/opt/derby/db-derby-10.12.1.1-bin/bin/MyDbTest cannot be created

Derby connection error: ERROR XBM0H: Directory /usr/opt/derby/db-derby-10.12.1.1-bin/bin/MyDbTest cannot be created

我正尝试按照这些说明在我的 Mac 上设置 Derby...Tutorial

当我在 ij 中尝试 运行 connect 'jdbc:derby:MyDbTest;create=true'; 时,出现以下错误

ERROR XJ041: Failed to create database 'MyDbTest', see the next exception for details. ERROR XBM0H: Directory /usr/opt/derby/db-derby-10.12.1.1-bin/bin/MyDbTest cannot be created.

我已经尝试用谷歌搜索这个错误,但没有成功...

我在尝试 运行 作为超级用户时也得到了一个 thread "main" java.lang.NoClassDefFoundError: org/apache/derby/tools/ij

这应该是权限问题,请尝试 运行 通过您拥有完全权限的目录执行所有这些命令,例如 ~/Documents/Derby.