-
Notifications
You must be signed in to change notification settings - Fork 11
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
Doesn't work with JDK 12 #5
Comments
Hi! Do you use |
Yup I did. Without that it wouldn't work for me using JDK 10. |
Interesting. It works for me on JDK12 for almost that exact version. But I use the AdoptOpenJDK build on MacOS.
Could you please paste the whole stacktrace (from |
I googled the error, people had similar issues before when they were missing |
Yeah you're right this isn't an issue with your library but with my install of Java on my work PC. With JDK 12 on home PC (also Arch Linux with JDK 12) it works fine. It may have to do with having multiple installs of Java on Arch. Thanks for you help and your libraries! |
Cool, thanks for the update! |
OS: Arch Linux
openjdk version "12.0.1" 2019-04-16
OpenJDK Runtime Environment (build 12.0.1+12)
OpenJDK 64-Bit Server VM (build 12.0.1+12, mixed mode)
I get the following error when evaluating
(mm/measure [])
:It does work with JDK 10.
The text was updated successfully, but these errors were encountered: