ClassNotFoundException on Postgre connect
See original GitHub issueIf I try to connect to my PostgreSQL db I get this error:
java/sql/SQLException
java.lang.ClassNotFoundException: java.sql.SQLException
I’m running DBeaver 4.0.5 with Java 9-ea+162 using the --add-modules=java.se.ee
fix.
Issue Analytics
- State:
- Created 6 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
java.lang.ClassNotFoundException: org.postgresql.Driver
postgresql.Driver error comes when you are trying to connect to a PostgreSQL database from Java program but Java ClassLoader is not able to...
Read more >java - ClassNotFoundException when I am trying to connect to ...
Closed 4 years ago. I have a problem trying to connect to PostgreSQL 11 using Java 10.0.2. I am using an Eclipse 2018-09...
Read more >java.lang.ClassNotFoundException: org.postgresql.Driver ...
1. In this video I have shown how you can solve the error. · 2. This error came for me on running the...
Read more >Обсуждение: Exception Error - Please help I've tried everything!
ClassNotFoundException : org.postgresql.Driver at java.net.URLClassLoader$1.run(URLClassLoader.java:200) at java.security.AccessController.
Read more >PostgreSQL - Exception in thread "main" java.lang ... - YouTrack
1. Download PostgreSQL drivers from "Data Sources and Drivers" · 2. Add data connection to localhost, PostgreSQL 9.3 database (which pgAdmin III and...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Interesting. Java 9 keeps me surprising again and again. Thanks for information.
https://bugs.eclipse.org/bugs/show_bug.cgi?id=507417 This will be automatically resolved in DBeaver with next Eclipse Neon platform update.