1-I created a jar package contains my module and also javafx modules inside itself how can i address --module-path to the javafx modules inside my jar package instead of external javafx library in JVM options to run my jar? image
2-I also used gradle with my project is there a way to create a jar contains javafx modules by build.gradle file without creating artifacts in project structure? image JDK 9 above and gradle 5 above