fxlauncher
fxlauncher copied to clipboard
JVM args
Hello. Tell me where to add JVM properties in the pom.xml file? I need the application to run with the -Dprism.order = sw property.
If you're using the Maven installer:install execution, you simply add an argument with the -BjvmOptions=
according to the javapackager docs:
<argument>-BjvmOptions=-Dprism.order = sw</argument>