Changes between Version 4 and Version 5 of Help/jnlpOptions
- Timestamp:
- 2018-02-11T20:33:32+01:00 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Help/jnlpOptions
v4 v5 25 25 </security> 26 26 <resources> 27 <java version="1.8+"/> 27 <java version="1.8+" java-vm-args="--add-modules=java.activation,java.se.ee --add-exports=java.base/sun.security.util=ALL-UNNAMED --add-exports=java.base/sun.security.x509=ALL-UNNAMED --add-exports=java.desktop/com.apple.eawt=ALL-UNNAMED --add-exports=java.desktop/com.sun.imageio.spi=ALL-UNNAMED --add-exports=javafx.graphics/com.sun.javafx.application=ALL-UNNAMED --add-exports=jdk.deploy/com.sun.deploy.config=ALL-UNNAMED --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/jdk.internal.loader=ALL-UNNAMED --add-opens=java.desktop/javax.imageio.spi=ALL-UNNAMED --add-opens=java.desktop/javax.swing.text.html=ALL-UNNAMED --add-opens=java.prefs/java.util.prefs=ALL-UNNAMED"/> 28 28 <jar href="josm-tested.jar"/> 29 29 <property name="java.util.Arrays.useLegacyMergeSort" value="true"/> 30 30 </resources> 31 <application-desc main-class=" JOSM"/>31 <application-desc main-class="org.openstreetmap.josm.gui.MainApplication"/> 32 32 </jnlp> 33 33 }}} … … 38 38 39 39 == See also == 40 * [ [CommandLineOptions]]40 * [wiki:/Help/CommandLineOptions#run-options Command Line Options]