简体   繁体   中英

Clojure 1.6.0 error: Could not locate clojure/core/logic__init.class

I am using Clojure 1.6.0 and I get this error:

CompilerException java.io.FileNotFoundException:
Could not locate clojure/core/logic__init.class or clojure/core/logic.clj on classpath: ,
compiling:(hello\\core.clj:8:70)

Add [org.clojure/core.logic "1.0.0"] to your leiningen dependencies. See https://github.com/clojure/core.logic for more information.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM