首页 > 解决方案 > 无法在使用 Apache NetBeans 的 JavaFX maven 上使用 JFoenix

问题描述

我安装依赖项,构建它,清理构建它并使用依赖项构建,但我得到了这个错误,我不知道是什么导致了这个错误。我是 javaFX maven 的新手,我想扩展我的知识。

jfeonix 版本:9.0.10

错误:

 BUILD FAILURE
    ------------------------------------------------------------------------
    Total time:  2.940 s
    Finished at: 2020-12-28T13:21:15-08:00
    ------------------------------------------------------------------------
    Failed to execute goal org.openjfx:javafx-maven-plugin:0.0.4:run (default-cli) on project OnCo: Error: Command execution failed. Process exited with an error: 1 (Exit value: 1) -> [Help 1]
    To see the full stack trace of the errors, re-run Maven with the -e switch.
    Re-run Maven using the -X switch to enable full debug logging.
    For more information about the errors and possible solutions, please read the following articles:
    [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException

标签: javamavenjavafx

解决方案


推荐阅读