Discussion:
ClassNotFoundException with slim jar
Herwig Hochleitner
2017-03-08 12:56:08 UTC
Permalink
Hi,

I get a stacktrace when trying to use the type checker with
core.typed-0.3.32-slim.jar

2. Unhandled clojure.lang.Compiler$CompilerException
Error compiling clojure/core/typed/single_pass.clj at (1:1)

1. Caused by java.lang.ClassNotFoundException
clojure.core.typed.lang.Compiler$DefExpr

Indeed, the class files for

clojure/core/typed/lang/Compiler.java
clojure/core/typed/lang/Reflector.java
clojure/core/typed/lang/Intrinsics.java
clojure/core/typed/lang/LispReader.java

seem to be missing from the slim jar.
Ambrose Bonnaire-Sergeant
2017-03-09 02:13:32 UTC
Permalink
Thanks, I'll fix this in the next few days.
Post by Herwig Hochleitner
Hi,
I get a stacktrace when trying to use the type checker with
core.typed-0.3.32-slim.jar
2. Unhandled clojure.lang.Compiler$CompilerException
Error compiling clojure/core/typed/single_pass.clj at (1:1)
1. Caused by java.lang.ClassNotFoundException
clojure.core.typed.lang.Compiler$DefExpr
Indeed, the class files for
clojure/core/typed/lang/Compiler.java
clojure/core/typed/lang/Reflector.java
clojure/core/typed/lang/Intrinsics.java
clojure/core/typed/lang/LispReader.java
seem to be missing from the slim jar.
Loading...