-
Notifications
You must be signed in to change notification settings - Fork 112
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
hot load dependency error #410
Comments
this is a know issue with java9. as the classloader hierarchy changed in java9 we can't add to the classpath atm. as a workaround you can downgrade to java8 |
I see. Thanks. Do I need to close this issue? |
it is actually a duplicate of clojure-emacs/refactor-nrepl#206 |
@benedekfazekas Hi, I switched to Java 8 now. And add dependency again. Got warning in CIDER REPL:
I tried add dependency with |
are you sure it did not work tho? clojure is not loaded, but it does not really need to be loaded either. enlive should be available, or? |
Yeah, you're right, Enlive is available. Thanks |
I want to load Enlive dependency with [M-x cljr-hotload-dependency
Expected behavior
Hot load the dependency.
Actual behavior
It reports error:
Steps to reproduce the problem
$ emacs -q
[M-x package-initialize]
[M-x cider-jack-in]
[M-x cljr-hotload-dependency RET [envlive "1.1.6"]]
Environment & Version information
clj-refactor.el version information
clj-refactor 2.4.0-SNAPSHOT (package: 20171117.317), refactor-nrepl 2.4.0-SNAPSHOT
CIDER version information
Leiningen or Boot version
Emacs version
Operating system
Arch Linux
The text was updated successfully, but these errors were encountered: