I have installed NetBeans 11 and installed Derby. I have configured the Derby and started the JavaDB server in the Services tab. The IDE reports
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
Creating the Sample database also goes fine. But then... I can't find a way to connect to the database via IDE. It should be as simple as making few clicks (and it has been). (Note: I can do that in code.) This is the error message
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).
The URL is fine, so this seems to be a driver issue. However, the problem is in the Netbeans IDE. Any suggestions?
Re-installing the NetBeans has not fixed the problem.