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.
如何在 Eclipse 中导入 javafx?为什么默认不添加jre或jdk?java中推荐的表单库是什么?
我已经安装了 e(fx)clipse 3.6.0 插件,但它没有帮助。
这是我的项目库的屏幕截图。
自 JDK 11 起,JavaFX 已与 JDK 分离。
这意味着您必须像导入任何其他库一样导入它。这与它作为 JDK 的一部分包含在内的先前版本不同。
你必须:
请注意,您可能需要几个 jar(例如核心、组件、swing 兼容性、fxml 支持等)。