javafx 应用程序运行错误无效或损坏的 jarfile

javafx 应用程序运行错误无效或损坏的 jarfile

我尝试使用终端运行一个小型 javafx 应用程序。但出现此错误。

root@abc-abc2051A:~# java -jar --module-path /opt/javafx-sdk-11/lib --add-modules javafx.controls myjar-1.0.0-shaded.jar
Error: Invalid or corrupt jarfile /opt/javafx-sdk-11/lib

我的 ubunt 环境

  • 操作系统 - Ubuntu 22.04.2 LTS
  • 架构 64位
  • Java-OpenJDK 1.8.0_362

相关内容