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.
我在运行 Lion 的 OSX 机器上安装了 JDK 7u5 以获取 Javafx,因此我可以使用 mp3 播放代码。
但是,当我这样做时:
import javafx.scene.media.Media;
它说“无法解析导入 javafx”。我已在 Applications/Utilities/Java Preferences 中将 JDK 7 设置为我的首选 JDK 我还将 JDK 添加到 eclipse,并将其设置为该项目的 JDK。
我已经安装和卸载了几次 JDK。