How to pass 'unsafe' arguments to the JVM of a Java Webstart application
问题 My Java Webstart application runs in a controlled trusted environment. This is a closed internal network where I have some control on how the application is started. How can I pass JVM arguments to the application, even if they are considered 'unsecure' for use by webstart by the JVM? 回答1: There are several options to pass JVM arguments to webstart. Through JNLP file. Through the JAVA_TOOL_OPTIONS environment variable. Through the deployment settings on the local computer. Through the javaws