Generated .exe not working (Standalone program written in Javafx, Scenebuilder)
I have written a simple calculator program in Javafx and scenebuilder in Eclipse IDE.
It is running well. Also I can create .JAR file by Launch4J. This jar is also running in command promt with the JVM arguments which I used in run as->argument portion
–module-path “C:Program FilesJavaopenjfx-22.0.2_windows-x64_bin-sdkjavafx-sdk-22.0.2lib” –add-modules javafx.controls,javafx.fxml
But when I am creating .exe in Launc4j that .exe file is not working.
Generated .exe not working (Standalone program written in Javafx, Scenebuilder)
I have written a simple calculator program in Javafx and scenebuilder in Eclipse IDE.
It is running well. Also I can create .JAR file by Launch4J. This jar is also running in command promt with the JVM arguments which I used in run as->argument portion
–module-path “C:Program FilesJavaopenjfx-22.0.2_windows-x64_bin-sdkjavafx-sdk-22.0.2lib” –add-modules javafx.controls,javafx.fxml
But when I am creating .exe in Launc4j that .exe file is not working.