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

Error: No suitable driver found for jdbc:sqlite #7

Open
iwan-uschka opened this issue Jan 24, 2021 · 1 comment
Open

Error: No suitable driver found for jdbc:sqlite #7

iwan-uschka opened this issue Jan 24, 2021 · 1 comment

Comments

@iwan-uschka
Copy link

iwan-uschka commented Jan 24, 2021

Just tried to run

java -ea -jar ~/Desktop/NOTES/apps/savenotes-master/target/savenotes.jar -f ~/Desktop/NOTES/data/NotesV7.storedata -d ~/output

without success:

No suitable driver found for jdbc:sqlite:/Users/iwanuschka/Desktop/NOTES/data/NotesV7.storedata
Exception in thread "main" java.lang.NullPointerException: Cannot invoke "java.sql.Connection.createStatement()" because "conn" is null
	at SaveNotes.save(SaveNotes.java:177)
	at SaveNotes.main(SaveNotes.java:152)

NotesV7.storedata has been taken from a system running Mac OS Catalina.

Any idea?

@iwan-uschka
Copy link
Author

On my part, there is no pressure here. I found another way to recover the data: ydkhatri/mac_apt#46 (comment).

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

No branches or pull requests

1 participant