-
Notifications
You must be signed in to change notification settings - Fork 18
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
OpenJDK 11 Exception in thread "main" java.lang.NoClassDefFoundError: java/sql/Date #14
Comments
@kennethgillen right. Java, since 9, has new restrictions on reflection access and exporting of module types. I'll look into this in the coming days. I honestly haven't been maintaining this project but will try to devout some time to it. |
No worries. FYI it works fine with a fresh
|
I still having this error. I have installed java 11 by running openjdk version "11.0.10" 2021-01-19
OpenJDK Runtime Environment (build 11.0.10+9)
OpenJDK 64-Bit Server VM (build 11.0.10+9, mixed mode) Finally, this error still appearing:
|
unfortunately this makes |
Freshly installed OpenJDK 11 and
wrk-trello
via Homebrew:Trying to start
wrk
leads to:The text was updated successfully, but these errors were encountered: