You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 24, 2021. It is now read-only.
In Java 11, JavaFX must be able to bind with the command line to start the program normally,
such as java --module-path“路径/到/ javafx-sdk-11 / lib” --add-modules = javafx.controls --add-modules = javafx.swing -jar“路径/到/jpedal.jar”
But I need to type the program into jar package and then make it into exe. Then, the program will explode and cannot be started. How can I solve the problem of using JavaFX directly in the program without using configuration
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
In Java 11, JavaFX must be able to bind with the command line to start the program normally,
such as
java --module-path“路径/到/ javafx-sdk-11 / lib” --add-modules = javafx.controls --add-modules = javafx.swing -jar“路径/到/jpedal.jar”
But I need to type the program into jar package and then make it into exe. Then, the program will explode and cannot be started. How can I solve the problem of using JavaFX directly in the program without using configuration
The text was updated successfully, but these errors were encountered: