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.
我有使用 JavaFX 的现有 Java 项目。现在我将它转移到 Java 11。我已经下载了 openjfx 并将其 lib 目录路径添加到外部库。在 VM 选项的运行配置中添加了以下内容: --module-path /Users//Downloads/javafx-sdk-11/lib --add-modules=javafx.controls,javafx.fxml JavaFX 类被识别但是当我尝试构建时项目或运行我得到模块未找到错误。