eclipse – java fx deployment desktop application

i builded an app with javaFX using eclipse and i used those lib
-javaFx Sdk
-barCode4j
-mysql connector j
so how can create a runnable jar file run with double click
i dont want run it every time add module because the app is for simple user

if something not clear or have an answer just replay me

have a good day for all peaple here and hope and peace

what i try
i create a demo app and i used maven -> run perfectly
but in my project

mvn clean install javafx:run;

when I export it the and try

java -jar myApp.jar

tell me error” require java fx environment component “
so how do I slove it

Read more here: Source link