I want to create exe file from my javaFX project. I have exported my project into runable jar file to change it to exe with launch4j but when I run jar file with command promp it show "Error: JavaFX runtime components are missing, and are required to run this application"
when I exporting to .jar it finished with warnnings "duplicate entry: module-info.class" for multiple line.Is it the reason?