Scala REPL 类加载器返回“null”调用 getResourceAsStream() 方法时

发布于 2024-10-26 18:44:01 字数 109 浏览 3 评论 0原文

为什么 Scala REPL 的 TheReplClassLoader.getResourceAsStream(someGeneeratedClassName) 返回 null?

Why does Scala REPL's TheReplClassLoader.getResourceAsStream(someGeneratedClassName) return null?

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

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

发布评论

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

评论(3

浅笑轻吟梦一曲 2024-11-02 18:44:02

除了它属于“尚未实施”类别之外没有其他原因。现在确实如此。

http://lampsvn.epfl.ch/trac/scala/changeset/24624

No reason other than it being in the "not yet implemented" category. It does now.

http://lampsvn.epfl.ch/trac/scala/changeset/24624
江湖正好 2024-11-02 18:44:01

也许名为 someGeneeratedClassName 的资源不存在? Java 将返回 null 如果找不到资源

Perhaps the resource named someGeneratedClassName does not exist? Java will return null if the resource cannot be located.

杯别 2024-11-02 18:44:01

你的问题不是很详细。您使用独立的 REPL 还是实例化解释器?在后一种情况下,您可能会在此邮件列表帖子中找到有关解释器类路径的一些有用信息: http ://www.scala-lang.org/node/8002

Your question is not very detailed. Are you using the standalone REPL or instantiating an interpreter? In the latter case, you may find some useful information about the interpreter's class path in this mailing list post : http://www.scala-lang.org/node/8002

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