fxlauncher icon indicating copy to clipboard operation
fxlauncher copied to clipboard

JVM args

Open egorovna26 opened this issue 5 years ago • 1 comments

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.

egorovna26 avatar May 22 '19 02:05 egorovna26

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>

edvin avatar May 22 '19 07:05 edvin