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

Explain the magic behind this please. #12

Closed
Xaymar opened this issue Jun 20, 2013 · 1 comment
Closed

Explain the magic behind this please. #12

Xaymar opened this issue Jun 20, 2013 · 1 comment

Comments

@Xaymar
Copy link

Xaymar commented Jun 20, 2013

TL;DR: How does this work without using the SQLite JDBC driver?

I've been reading through the code for a few hours now, and still am not able to figure out why or how this works.
SQLibrary is somehow able to use SQLite JDBC without it being installed or having any changes to the classpath. How are you doing this?

Also there is an mistake on L113 and L115 of SQLite.java, that should probably have been SQLite instead of H2.

@PatPeter
Copy link
Owner

PatPeter commented Jul 8, 2013

The mistake as been fixed, thank you.

Last I recall the JDBC connector for SQLite is built into Bukkit. I know that Bukkit has to pull the connectors for H2, MySQL, and PostgreSQL into the lib folder in the root of your server.

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

2 participants