标签:clojure install file plugins org 12c href html ted
1‘eclipse打开clojure工程
Install Counterclockwise plugin in Eclipse (from eclipse marketplace). This brings clojure and leiningen support to eclipse.
Add lein2-eclipse plugin to your project.clj :
:plugins [[lein2-eclipse "2.0.0"]]
Run following command inside the project directory :
需要先安装命令 brew install leiningen
然后执行命令 lein eclipse
This generates necessary project files.
具体是
Created .classpath
Created .project
Import the project into eclipse ( File -> Import -> General -> Existing project ).
Right click on the project in eclipse then "Configure > Convert to leiningen project
2、clojure文件
http://www.liaoxuefeng.com/article/0014171500694729a42a2c8b7f245e0bd54612c88d78a03000
标签:clojure install file plugins org 12c href html ted
原文地址:http://www.cnblogs.com/amazement/p/6597537.html