Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JVM args #166

Open
egorovna26 opened this issue May 22, 2019 · 1 comment
Open

JVM args #166

egorovna26 opened this issue May 22, 2019 · 1 comment

Comments

@egorovna26
Copy link

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.

@edvin
Copy link
Owner

edvin commented May 22, 2019

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>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants