当我想在eclipse中创建新的clojure项目并在字段中指定模板名称" leiningen模板:"作为 luminus + cljs + http-kit ,它会抛出异常
Exception while creating new project Could not load template, failed with: java.lang.IllegalAccessError: raw-resource does not exist, compiling:(leiningen/new/common.clj:1:1)
安装:Eclipse Mars(4.5.0),逆时针(0.34.0.STABLE001)
答案 0 :(得分:0)
Counterclockwise
中的模板名称可能不允许使用其他命令行参数。
您可以尝试按照文档here打开Alt
+ L L
的命令启动器,然后再次运行命令 - lein new luminus <APP_NAME> +cljs +http-kit
<强> 修改 强>
如果您需要使用GUI
,您可以尝试将Luminus
作为模板而不使用额外的CLI参数(即删除+cljs +http-kit
)。至少,这将隔离额外的参数是否导致异常。