在 Eclipse Java 项目中使用 sun.* 类

发布于 2024-09-29 08:18:50 字数 309 浏览 4 评论 0原文

我收到了一些使用 sun.awt.shell 包中的类的 Java 代码,该包不是 JDK 公共 API 的一部分,因此 Eclipse 将不会编译该项目:

访问限制:由于所需库 /System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Classes/classes.jar 的限制,无法访问 ShellFolder 类型中的方法 getIcon(boolean)

虽然我同意这种观点,我可以强制 Eclipse 编译它吗?

I was sent some Java code that uses classes in the sun.awt.shell package, which is not part of the JDK public API, so Eclipse will not compile the project:

Access restriction: The method getIcon(boolean) from the type ShellFolder is not accessible due to restriction on required library /System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Classes/classes.jar

While I agree with the sentiment, can I coerce Eclipse to compile it anyway?

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

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

发布评论

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

评论(1

当梦初醒 2024-10-06 08:18:50

窗口 ->首选项-> Java->编译器->错误/警告,找到“已弃用和受限的 API 部分”,然后将“禁止引用”设置从“错误”更改为“警告”或“忽略”。

In Window -> Preferences -> Java -> Compiler -> Errors/Warnings, find the "Deprecated and restricted API section", and change the "Forbidden reference" setting from Error to Warning or Ignore.

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