我添加 :java-source-paths ["src/java"]
到我的 project.clj 中,lein uberjar可以工作,但是在运行lein figwheel时出现以下错误:
Figwheel: Cutting some fruit, just a sec ...
Figwheel: Validating the configuration found in project.clj
Figwheel: Configuration Valid :)
java.lang.ClassNotFoundException: projectc.java.gcloud.DataStore, compiling:(projectc/gcloud/datastore.clj:1:1)
我将此添加到“:uberjar”部分
:prep-tasks ["javac" "compile" ["cljsbuild" "once" "min"]]
有关如何解决此问题的任何线索?