What is vplauncher.vmoptions
vplauncher.options is a special file store configuration for Visual Paradigm Desktop Application’s Java runtime. The configuration specify here are for alter the behavior of Visual Paradigm’s Java JVM. Options are define follow to Java’s convention with one option per line. This file is stored under VisualParadigm setting folder.
Windows: %appdata%\VisualParadigm
Linux: ~/.config/VisualParadigm
Mac: ~/Library/Application Support/VisualParadigm
Sample vplauncher.vmoptions
Option | Usage | Value | Sample Value |
Xmx | Specify memory reversed by JVM for VP application | String | -Xmx8192m |
-Djavax.net.ssl.trustStore | Specify the location of local key store file. | String | C:\Program Files\Java\jdk\jre\lib\security\cacerts |
-Dswing.useSystemFontSettings | To instruct the JVM to use system font. | Boolean | true |
Related Know-how |
Leave a Reply
Want to join the discussion?Feel free to contribute!