gpt4 book ai didi

java - 为什么我不能导入 sun 包?

转载 作者:搜寻专家 更新时间:2023-11-01 01:40:58 24 4
gpt4 key购买 nike

我从 https://jdk9.java.net 下载了 java 9并将其安装在我的 Windows 10 机器上。
Java 9有jshell,我可以用它来评估和学习java编程。
一些示例导入 sun 包,例如 sun.audio.* 等。但是,在 jshell 中,每次我尝试导入任何 sun 包时,它都说 sun 包不存在。

某些应用程序无法与 Java 9 一起使用。可能存在不兼容性?

最佳答案

这似乎与 Java 9 如何尝试支持 real 的封装有关,与过去的做法形成对比。您的内部类可能已经暴露给消费者,因为您的公共(public) API 使用了这些内部类。 Sun 内部软件包也有类似的问题。

There are three topics in the modularity story for Java 9:

  • Modularize the JDK and JRE
  • Hide platform internals (e.g. sun.misc)
  • A module system for application developers

http://paulbakker.io/java/java-9-modularity/

对于您的具体情况,默认情况下无法导入 sun 内部模块,这是一件的事情。

也就是说,由于修复,可以将模块添加到 JShell。

There should be "add modules" support as well as "add exports" and "module path", to allow people to explore their own modular code. https://bugs.openjdk.java.net/browse/JDK-8166649

您想跟踪该错误票以查看此修复程序何时可用。4 天前刚刚解决。

关于java - 为什么我不能导入 sun 包?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40313465/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com