Closed hindol closed 4 years ago
Apparently sun.*
classes are removed from Java 9+. More info: https://docs.oracle.com/javase/9/migrate/toc.htm#JSMIG-GUID-7744EF96-5899-4FB2-B34E-86D49B2E89B6
Workaround for now is to forcefully use the latest version of procyon,
(set-env!
:resource-paths #{"src"}
:dependencies '[[org.clojure/clojure "1.10.0"]
[org.bitbucket.mstrobel/procyon-core "0.5.35"]
[org.bitbucket.mstrobel/procyon-compilertools "0.5.35"]
[com.clojure-goes-fast/clj-java-decompiler "0.2.1"
:exclusions [org.bitbucket.mstrobel/procyon-core
org.bitbucket.mstrobel/procyon-compilertools]]])
Hi, the fix is available in 0.3.0-SNAPSHOT
. For details, please see #4.
Cool. I missed that. Feel free to close this.
Hi,
Please can 0.3.0 be released as it's been nearly 1 year now since the PR and more of us are using Java 11 as the default JVM :-) Thank you!
-=david=-
You are right, long overdue:). Published as 0.3.0
.
w00t! Thank you :-)