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

CLI blows up when specifying a database driver in Java 9 #913

Closed
dbsanfte opened this issue Oct 3, 2017 · 2 comments
Closed

CLI blows up when specifying a database driver in Java 9 #913

dbsanfte opened this issue Oct 3, 2017 · 2 comments
Labels

Comments

@dbsanfte
Copy link

dbsanfte commented Oct 3, 2017

https://gist.github.com/dbsanfte/c05d300e336361d32c0c96963d6877c3

CLI does not work in Java 9 when specifying a database driver jar, seems due to this change:

tobias/clojure-java-9#3

(Built using a checkout of the latest master)

@dbsanfte
Copy link
Author

dbsanfte commented Oct 3, 2017

Changing line 99 of DriverLoader.java to this seems to fix the problem:

final ClassLoader parent = ClassLoader.getSystemClassLoader();

@lock
Copy link

lock bot commented Sep 27, 2018

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked and limited conversation to collaborators Sep 27, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants