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

Clojure 1.11.1 error loading genartlib.random: abs does not exist #9

Closed
verberktstan opened this issue Mar 14, 2023 · 1 comment
Closed

Comments

@verberktstan
Copy link

On clojure 1.11.1, when i require genartlib.random, i get this error:

Execution error (IllegalAccessError) at genartlib.random/loading (random.clj:1).
abs does not exist
Execution error (NoClassDefFoundError) at java.lang.Class/forName0 (Class.java:-2).
Could not initialize class genartlib.random__init

When i try it with clojure 1.11.1, and i use the same version of quil (3.1.0) and quil.core/abs is present and working. But genartlib.random can't be loaded.

When i matched the clojure version with the version required in genartlib (1.10.1) atm, it works! 🎉

It's ok for me to use clojure 1.10.1, but this could possibly easily be fixed. I'll have a look into it when i have more time.

@verberktstan
Copy link
Author

This appeared to be caused by java8. I switched to java17 & java21, now the problem's solved :-)

Closing this issue, peace out!

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