我在IntelliJIDEA中使用La Clojure进行程序开发。 当我安装La Clojure(0.4.216)时,clojure的默认版本是1.3。但我想使用clojure 1.4,我该怎么办?
答案 0 :(得分:4)
首先,您需要使用clojure 1.4版获取jar。您可以从here下载。解压缩并找到clojure-1.4.0.jar
。
现在,您可以在创建项目时手动更改clojure lib,如下所示:
按Create
按钮,然后选择clojure-1.4.0
如果要修改现有项目,请按File -> Project structure -> Libraries
。 删除现有的lib(1.3.0)并使用clojure 1.4.0添加新库: