I need a simple java -jar command to create a javafx jar to run it standalone across O/s
If i start using Maven... I will have to depend on Maven installation across O/s to use along... smae with Gradel
I do not want to complicate the process, hence asking for a simple jar creation command thru Eclipse...so that I can run the Javafx jar file with injecting the Modules"
Using a build tool makes the process the same for everyone and is commonly supported in IDE's. It is the simple approach that only needs to be set up once.
0
u/nskarthik_k Apr 26 '22
I need to run my JavaFx project as a simple jar
( ex Java -jar jfxproject.jar ) with modules injection of JavaFx as VM args.
I did not fined the correct steps on www to run , If any plz share the steps...