Open peter-lyons-kehl opened 6 years ago
As explained at https://stackoverflow.com/questions/51466464/clojure-gorilla-repl-and-jvm-10-exception, :jvm-opts and dependencies don't apply to plugins. What helped was
:plugins [[javax.xml.bind/jaxb-api "2.3.0"]
[lein-gorilla "0.4.0"]])
The above is most likely also covered by https://github.com/JonyEpsilon/lein-gorilla/pull/12.
However, that switched the problem to the same as with OpenJDK 10: ClassNotFoundException: sun.misc.Launcher. (Related: https://github.com/technomancy/leiningen/issues/2149 but it doesn't give any advice.)
@peter-kehl You might want to try with this: https://github.com/benfb/lein-gorilla/releases/tag/v0.7.0
Dear Jony,
Thank you for Gorilla.
Sadly, SUN/Oracle's Java 10 doesn't like it. From below it sounds not Gorilla-specific, but this seems to be the place to report.
Related, applied above but it didn't fix this for Java 10: https://github.com/bhauman/lein-figwheel/issues/612. The class should exist in Java 10: https://docs.oracle.com/javase/10/docs/api/javax/xml/bind/DatatypeConverter.html.
Please help.