Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Can I pass arguments to the Java VM with JNLP Wrapper?

Java JNLP pass vm wrapper
0
Posted

Can I pass arguments to the Java VM with JNLP Wrapper?

0

Yes! The JNLP specification only allows you to pass minimum and maximum heap sizes to the Java VM, but JNLP Wrapper enables you to pass any arguments you desire. To do so, see -jvmarg on the Arguments page. For example, if you want to turn on incremental garbage collection and you know you’re using a JVM that supports it, you can specify -jvmarg -Xincgc in the arguments section of your JNLP file.

Thanksgiving questions

*Sadly, we had to bring back ads too. Hopefully more targeted.