我已经安装了 NetBeans 11 并安装了 Derby。我已经配置了 Derby 并在 Services 选项卡中启动了 JavaDB 服务器。IDE 报告
Wed Apr 17 17:26:43 EEST 2019 : Security manager installed using the
Basic server security policy.
Wed Apr 17 17:26:44 EEST 2019 : Apache Derby Network Server - 10.15.1.3
- (1853019) started and ready to accept connections on port 1527
创建示例数据库也很顺利。但是……我找不到通过 IDE连接到数据库的方法。它应该像点击几下一样简单(而且一直如此)。(注意:我可以在代码中做到这一点。)这是错误消息
Unable to connect. Cannot establish a connection to
jdbc:derby://localhost:1527/sample using
org.apache.derby.jdbc.ClientDriver (Unable to find a suitable driver).
URL 很好,所以这似乎是驱动程序问题。但是,问题出在 Netbeans IDE 中。有什么建议么?
重新安装 NetBeans 并没有解决问题。