Skip to content
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

Cannot use driver in netbeans with version higer than 3.42.0.1 #1085

Closed
Tran-Hong-Quan opened this issue Mar 17, 2024 · 2 comments
Closed

Cannot use driver in netbeans with version higer than 3.42.0.1 #1085

Tran-Hong-Quan opened this issue Mar 17, 2024 · 2 comments

Comments

@Tran-Hong-Quan
Copy link

I was trying to connect to my sqlite database using
Class.forName("org.sqlite.JDBC");
String url = "jdbc:sqlite:myDB.db";
conn = DriverManager.getConnection(url);
It works fine on version equal or lower than 3.42.0.1, but not on higher version
image

@gotson
Copy link
Collaborator

gotson commented Mar 18, 2024

You need to include slf4j

@Tran-Hong-Quan
Copy link
Author

I added slf4j.jar to the project but it still doesn't work. I think I will use the older version because my main purpose is just to study
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants