码迷,mamicode.com
首页 > 其他好文 > 详细

clojure配置

时间:2017-03-22 01:05:34      阅读:164      评论:0      收藏:0      [点我收藏+]

标签:clojure   install   file   plugins   org   12c   href   html   ted   

1‘eclipse打开clojure工程

  1. Install Counterclockwise plugin in Eclipse (from eclipse marketplace). This brings clojure and leiningen support to eclipse.

  2. Add lein2-eclipse plugin to your project.clj :

    :plugins [[lein2-eclipse "2.0.0"]]

  3. Run following command inside the project directory :

          需要先安装命令 brew install leiningen  

          然后执行命令    lein eclipse

This generates necessary project files.

具体是

Created .classpath
Created .project

  1. Import the project into eclipse ( File -> Import -> General -> Existing project ).

  2. Right click on the project in eclipse then "Configure > Convert to leiningen project

2、clojure文件

http://www.liaoxuefeng.com/article/0014171500694729a42a2c8b7f245e0bd54612c88d78a03000

 

clojure配置

标签:clojure   install   file   plugins   org   12c   href   html   ted   

原文地址:http://www.cnblogs.com/amazement/p/6597537.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!