Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我必须Desktop.getDesktop().mail(URI)在我的项目中使用一个需求。导入java.awt.Desktop在我的 Eclipse IDE 中没有得到解决。我知道这适用于Java6。但是,有什么方法可以在 Eclipse 中实现这一点吗?
Desktop.getDesktop().mail(URI)
java.awt.Desktop
感谢您的帮助!
java.awt.Desktop 仅在 Java 1.6 及更高版本上支持。如果您在 Eclipse 中使用 java 1.5 作为项目的默认编译器选项,那么最好将其更改为 Java 1.6