简体   繁体   English

无法在Eclipse逆时针Clojure插件中创建项目

[英]Cannot Create Project in Eclipse Counterclockwise Clojure Plugin

I just installed the Eclipse Counterclockwise Clojure Plugin, and I cannot create a new Clojure project. 我刚刚安装了Eclipse逆时针Clojure插件,但是无法创建新的Clojure项目。

The CCW troubleshooting page here says there's a way to fix this, but unfortunately the link is now broken. 此处CCW疑难解答页面说,有一种方法可以解决此问题,但不幸的是,该链接现在已断开。

When I try to create a project there are no options to select for a closure project. 当我尝试创建项目时,没有为封闭项目选择的选项。

Does anyone know the fix? 有人知道解决办法吗?

EDIT: I should probably mention that I'm on eclipse Luna 4.4.2. 编辑:我可能应该提到我在月食Luna 4.4.2上。

The problem was I was using Java 1.6 by default. 问题是我默认使用Java 1.6。

Install Java 7 or higher or make eclipse use that vm with the -vm option in eclipse.ini. 安装Java 7或更高版本,或使用eclipse.ini中的-vm选项使eclipse使用该vm。

See here: http://wiki.eclipse.org/FAQ_How_do_I_run_Eclipse%3F#eclipse.ini 参见此处: http : //wiki.eclipse.org/FAQ_How_do_I_run_Eclipse%3F#eclipse.ini

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 在日食中运行clojure(逆时针) - running clojure in eclipse (counterclockwise) Eclipse(逆时针)-新的Clojure项目:[Exception]无法加载模板,Leiningen - Eclipse (Counterclockwise)- New Clojure Project: [Exception] Could not load template, Leiningen 用CounterClockwise和Eclipse评估Clojure REPL - Evaluation in Clojure REPL with CounterClockwise and Eclipse 在Eclipse上安装逆时针插件失败 - Installing counterclockwise plugin on eclipse fails Eclipse-Clojure-逆时针插件-用于评估REPL名称空间(而非文件名称空间)中选择的快捷方式 - Eclipse - Clojure - Counterclockwise plugin - shortcut for evaluating selection in REPL namespace (not file namespace) Eclipse逆时针插件自动完成功能不起作用 - Eclipse Counterclockwise plugin autocomplete not working 如何在带有逆时针方向的Eclipse中使用已编译的Clojure类 - How to use a compiled Clojure class in Eclipse with Counterclockwise 如何在Eclipse / CounterClockWise中重新格式化/重新生成Clojure代码? - How to reformat/reindent Clojure code in Eclipse/CounterClockWise? Eclipse NetSuite SuiteScript 插件无法创建新项目 - Eclipse NetSuite SuiteScript Plugin Cannot Create New Project 如何使用Eclipse和CounterClockwise查看Clojure函数的调用层次结构 - How to see a Clojure function's call hierarchy using Eclipse and CounterClockwise
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM