我在尝试使用jlink时得到了这个Error: Module java.base not found。这是我到目前为止已经尝试过的两件事 /Library/Java/JavaVirtualMachines/jdk-9.0.4.jdk/Contents/Home/bin/jlink --module-pathError: Module java.base not found
/Library/Java/JavaVirtualMachines/
我开始编写一个JavaFX应用程序--本质上是一些游戏模式工具--并使用JLink / plugin来确保我能够构建一个独立的可执行文件。一切进展顺利,我开始开发我的应用程序。build.gradle: id 'application' id 'org.beryx.jlinkjavafx.fxml' ]
-module "org.openjfx.mavenfxedittableview/org.openjfx.mavenfxedittableview.TableEditApp"WARNING: Using incubator modules: jdk.incubator.jpackage
jlink failed with: Error: automaticmodule cannot be used with jlink: javafx.swt