如何使用 IntelliJ 将 JavaFX 应用程序部署为 debian 包 IDE
How-to deploy a JavaFX application as debian package with IntelliJ IDE
我只能找到有关使用 Netbeans 将 JavaFX 应用程序打包到 .deb 中的信息,但找不到有关如何使用 IntelliJ 执行此操作的任何信息。
我正在使用 Gradle 作为构建工具。
你们能分享一些见解吗?
正如 Olga 所指出的,她的建议对我很有帮助:
in Project Structure | Artifacts, add there JavaFX app, in JavaFX tab
define "deb" native bundle and build artifacts with Build -> Build
Artifacts
我只能找到有关使用 Netbeans 将 JavaFX 应用程序打包到 .deb 中的信息,但找不到有关如何使用 IntelliJ 执行此操作的任何信息。
我正在使用 Gradle 作为构建工具。
你们能分享一些见解吗?
正如 Olga 所指出的,她的建议对我很有帮助:
in Project Structure | Artifacts, add there JavaFX app, in JavaFX tab define "deb" native bundle and build artifacts with Build -> Build Artifacts