由 netbeans 在 dist 中创建的 jar 文件无法打开
jar file, created by netbeans in dist not opening
我在 netbeans 上有一个项目,在构建项目后,jar 文件与 lib 文件夹一起生成,但 jar 没有打开。当我尝试从命令行 运行 jar 时,它说
Error: Could not find or load main class jewelleryinventory.JewelleryInventory
Caused by: java.lang.NoClassDefFoundError: javafx/application/Application
任何帮助都会很好。以前可以开,现在打不开了。我也可以从 netbeans 运行 它。
我最近安装了 java 11,所以当我通过 cmd 或双击 运行 时,它占用了 java 11。当我 运行 通过 java 8. 运行成功。
我在 netbeans 上有一个项目,在构建项目后,jar 文件与 lib 文件夹一起生成,但 jar 没有打开。当我尝试从命令行 运行 jar 时,它说
Error: Could not find or load main class jewelleryinventory.JewelleryInventory
Caused by: java.lang.NoClassDefFoundError: javafx/application/Application
任何帮助都会很好。以前可以开,现在打不开了。我也可以从 netbeans 运行 它。
我最近安装了 java 11,所以当我通过 cmd 或双击 运行 时,它占用了 java 11。当我 运行 通过 java 8. 运行成功。