Scalala:快速入门中的 IncompleteClassChangeError

发布于 2024-11-09 00:18:50 字数 535 浏览 0 评论 0原文

我正在尝试遵循 Scalala 快速入门指南

我使用 SBT 构建了所有内容(根据说明),并且当我运行 test 时,它通过了所有测试。

我试图通过控制台利用交互式探索功能,但遇到了一个我不明白的奇怪错误:

$ java -jar target/scala_2.8.1/scalala*.min.jar
Loading /var/folders/jZ/jZv35kbwGtSJ1VOYuEDnvU+++TM/-Tmp-/scalala-startup-7730142659387602212.scala...
Exception in thread "Thread-2" java.lang.IncompatibleClassChangeError
    at java.lang.Thread.run(Thread.java:680)

出了什么问题以及如何修复它?

I'm trying to follow the Scalala Quickstart Guide.

I built everything with SBT (according to the instructions) and it passed all the tests when I ran test.

I'm trying to take advantage of the interactive exploration feature through the console, but I am experiencing a weird error that I do not understand:

$ java -jar target/scala_2.8.1/scalala*.min.jar
Loading /var/folders/jZ/jZv35kbwGtSJ1VOYuEDnvU+++TM/-Tmp-/scalala-startup-7730142659387602212.scala...
Exception in thread "Thread-2" java.lang.IncompatibleClassChangeError
    at java.lang.Thread.run(Thread.java:680)

What's going wrong and how do I fix it?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文