逆时针空指针异常
我在 OSX 10.7.2 上运行 Eclipse Indigo,但无法逆时针正常工作。如果我打开 REPL 视图,它将接受输入(并显示输入),但实际上不会计算任何表达式。当我尝试强制 repl 重新连接时,我收到 java.lang.NullPointerException (尽管没有堆栈跟踪)。
尝试通过运行配置将 clojure 项目加载到 repl 中会锁定 Eclipse。
I'm running Eclipse Indigo on OSX 10.7.2, and I cannot get counterclockwise to work properly. If I open the REPL view, it will accept input (and display the input), but not actually evaluate any expressions. When I attempt to force a repl reconnect, I get a java.lang.NullPointerException (no stack trace though).
Attempting to load a clojure project into the repl via the run configuration locks up Eclipse.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我在 Windows 上运行 Eclipse Indigo,因此无法帮助解决 OSX 的具体问题,但是听起来您的 REPL 已断开连接(即没有正在运行的 Clojure JVM 连接到 REPL 窗口来接受和评估您的表达式)。
以下方法都适用于我获得正在运行的逆时针 REPL 和连接的 JVM:
I'm running Eclipse Indigo on Windows so can't help with OSX specifics, however it sounds like your REPL is disconnected (i.e. there is no running Clojure JVM connected to the REPL window to accept and evaluate your expressions).
The following methods all work for me to get a running Counterclockwise REPL and connected JVM:
据他们的开发人员称,事实证明这是一个新报告的逆时针错误。
It turns out this is a newly reported bug in counterclockwise, according to their developers.