On 5 Jan 2021, at 10:50, Yang Xu <xu20151...@gmail.com> wrote:

> I am begin with clojure, when I invoke clojure from java. The "Could not 
> locate cljcore/core__init.class, cljcore/core.clj or cljcore/core.cljc on 
> classpath" is arised.
> 
> (defproject cljcore "0.1.0-SNAPSHOT"
> :description "FIXME: write description"
> :url "http://example.com/FIXME";
> :license {:name "EPL-2.0 OR GPL-2.0-or-later WITH Classpath-exception-2.0"
> :url "https://www.eclipse.org/legal/epl-2.0/"}
> :dependencies [[org.clojure/clojure "1.10.1"]
> [org.clojure/core.logic "1.0.0"]
> ]
> :repl-options {:init-ns cljcore.core}
> :java-source-paths
> ["java"]
> :source-paths
> ["src"]
> :test-paths
> ["test”]
> )

Have you installed leiningen?

Alan Forrester

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/clojure/864DF118-2E83-41F4-885E-7161708910BB%40googlemail.com.

Reply via email to