No suitable driver found for jdbc

jodahush

Mitglied
..hier taucht mein nächstes Problem auf.
Da ich Eclipse auf der USB Festplatte (ohne Admin) nutze, mag dieses Thema damit korrelieren?

HIntergrund : Ich versuche mich mit einer Datenbank zu verbinden:
Class.forName("org.sqlite.JDBC");
//hier passiert der Fehler
Connection conn = DriverManager.getConnection("jbdc:sqlite:"+Pfad);

Nun habe ich aber sqlite-jdbc-3.23.1.jar als Referenced Libary in Eclipse eingebunden.

Was kann ich tun?
 
Ähnliche Java Themen
  Titel Forum Antworten Datum
Z java.lang.ClassNotFoundException: org.mariadb.jdbc.Driver IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 6
M Eclipse - Fehlermeldung bei JavaFX-Projekt "java.lang.module.FindException: Module javafx.controls not found" IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 23
N Eclipse aus Java-Application JavaFX machenModule javafx.controls not found IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 7
Tommy135 Error not found java.dll IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 5
I Eclipse Ant: Class not Found IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 5
N NetBeans "main class not found" in NetBeans IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 17
C Eclipse Debug View: Source not found IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 2
T Eclipse Update - Workaround für No repository found containing… IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 2
G class not found exception / Source not found - Eclipse Ganym IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 2
W Eclipse "Source not found" IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 3
N source not found in eclipse IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 4
L Eclipse mit DTP - ClassNot Found Error IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 2
T Netbeans 4.1 --> junit library could not be found ? IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 6
M Eclipse - Class File Editor -> Source not found IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 2

Ähnliche Java Themen

Neue Themen


Oben