intelliJ上的引导层javaFX初始化期间出错

问题描述

module-info的代码是:

module Schoolsys {
    requires javafx.graphics;
    requires javafx.fxml;
    requires javafx.controls;
    //requires java.sql;

    opens sample;
}

我的VM是--module-path "C:\Program Files\Java\javafx-sdk-11.0.2\lib" --add-modules javafx.controls,javafx.fxml

错误是

Error occurred during initialization of boot layer
java.lang.module.FindException: Module Schoolsys not found

Schoolsys是我的项目名称。

我尝试将文件放在src文件夹的内部和外部,但仍然无法正常工作。我该如何解决?

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)

相关问答

错误1:Request method ‘DELETE‘ not supported 错误还原:...
错误1:启动docker镜像时报错:Error response from daemon:...
错误1:private field ‘xxx‘ is never assigned 按Alt...
报错如下,通过源不能下载,最后警告pip需升级版本 Requirem...