-
-
Notifications
You must be signed in to change notification settings - Fork 234
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to find a suitable driver #2
Comments
@calarasmihail |
Try using Apache Netbeans 11, and install glassfish. Follow these instructions. |
So I encountered this error and it was quite an irritating and hectic task to resolve this. But in the end, I managed to find a perfect video that made me install derby from the start and guided me perfectly on how to install it. However, there is one more step after the video. Watch this video if you have set up JavaFX packages and are able to run the program normally, but facing Link to the tutorial -> https://www.youtube.com/watch?v=OKiBsWbgrMw Now After this is set up you will now be able to start/stop the database (via the services tab) and will be able to connect with the DB. But the issue will still persist in trying to edit the DB. TO rectify this, follow the steps -> Right click on project ---> Properties ---> Libraries ---> Click on '+' in Classpath ---> Add jar/folder ---> Go to the lib folder inside the derby and select derbyclient.jar VERSIONS JAVA - 17.0.1, Netbeans - 12.6 HOPE IT HELPED, THANKS :) |
la verdad es que esta no es la solucion |
org.apache.derby.jdbc.EmbeddedDriver |
New Connection Wizard
When I click next, appears this:
Cannot establish a connection to jdbc:derby://localhost:1527/LMS using org.apache.derby.jdbc.ClientDriver (Unable to find a suitable driver)
The text was updated successfully, but these errors were encountered: