尝试将 java 隐式转换为 scala 集合时出现 NoSuchMethodError

发布于 2024-10-06 21:57:11 字数 371 浏览 2 评论 0原文

我开始在代码中收到这种错误:

Message:
java.lang.NoSuchMethodError:scala.collection.JavaConversions
$.asScalaSet(Ljava/util/Set;)Lscala/collection/mutable/Set

然后我看到一个很长的无趣的堆栈跟踪屏幕,它是在这段代码上触发的:

edited.authors.toSeq

其中 authors 是一个 java.lang.Error 。 lang.Set。有谁知道为什么会发生这种情况?这是运行时失败而不是编译失败。

I started to receive this kind of error in my code:

Message:
java.lang.NoSuchMethodError:scala.collection.JavaConversions
$.asScalaSet(Ljava/util/Set;)Lscala/collection/mutable/Set

and then I see a long screen of stacktrace of uninteresting nature, which is triggered on this piece of code:

edited.authors.toSeq

where authors is a java.lang.Set. Does anybody know why is this happening? It's a runtime failure and not a compile one.

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

久而酒知 2024-10-13 21:57:11

您使用的库是通过 2.8.0 运行时的 2.8.1 编译的

You are using a library which has been compiled with 2.8.1 from the 2.8.0 runtime

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文