I want to create a standalone javaFX App with jre 8 in jar included. I configured the pom.xml to create a jar with dependencies but i don't know how to add a whole jre as dependency. Any ideas?
Asked
Active
Viewed 35 times
0
-
Are you aware of, that the JDK is usually not necessary for running your program? (Also it contains native programs too, not just jars.) – Gábor Bakos May 30 '14 at 17:12
-
okay, sorry. say i want to add the jre. rt/jfxrt ... – MKorsch May 30 '14 at 17:13