Clojure/Leiningen/Eclipse(和Java)newby。我試圖讓Eclipse加載一個Clojure/Leiningen項目,並且我看到了混淆/矛盾的結果,搜索Lein插件解決方案。在Eclipse中加載Clojure Leiningen項目
Eclipse IDE的Java開發人員 版本:朱諾服務版本2 版本ID:20130225-0426 (Windows 8中)
我有下面的用戶配置文件.lein \ profiles.clj
{:user {:plugins [ [lein-eclipse "1.0.0"]
]}}
而下面Leiningen項目文件:
(defproject firstclojureproj "0.1.0-SNAPSHOT"
:description "FIXME: write description"
:url "http://example.com/FIXME"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [
[org.clojure/clojure "1.5.1"]
[lein-eclipse "1.0.0"]
]
)
做一個雷音幫助我得到的FOLL因爲(我認爲這是我的問題的根源)
leiningen.eclipse Problem loading: Could not locate clojure/contrib/duck_streams__init.class or clojure/contrib/duck_streams.clj on classpath:
此外,當我試圖導入/現有項目到工作區/與我Leiningen項目選擇文件夾,該文件夾出現變灰的一個複選框我無法選擇它。
請檢查這個答案http://stackoverflow.com/questions/22127021/how-to-open-existing-clojure-project-in-eclipse/30951233#30951233 – 2015-06-20 07:01:42