Relative Content

Tag Archive for javaspring-bootgradleintellij-ideajavafx

jpackage cannot build JavaFX installer with Spring Boot and Gradle

I am trying to build installer package for a Spring Boot JavaFX application (Mac and Windows) by following these steps below. However, during the execution of ./gradlew jpackage command, I get several errors e.g. “module not found: javafx.base requires javafx.base;”, and when I debug I also get “Unsupported class file major version 66”.