Changes between Version 5 and Version 6 of Help/jnlpOptions
- Timestamp:
- 2020-01-14T02:08:03+01:00 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Help/jnlpOptions
v5 v6 1 1 == Default josm.jnlp == 2 [ https://github.com/openstreetmap/josm/blob/mirror/josm.jnlp josm.jnlp]:2 [/download/josm.jnlp josm.jnlp]: 3 3 4 4 {{{ … … 14 14 <description kind="one-line">JOSM</description> 15 15 <description kind="tooltip">JOSM</description> 16 <icon href="https://josm.openstreetmap.de/svn/trunk/images/logo.png"/> 16 <icon href="https://josm.openstreetmap.de/logo.png" width="256" height="256"/> 17 <icon href="https://josm.openstreetmap.de/logo64.png" width="64" height="64" kind="shortcut"/> 17 18 <offline-allowed/> 18 19 <shortcut> … … 25 26 </security> 26 27 <resources> 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 <java version="1.8+" max-heap-size="2048m" 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/java.nio=ALL-UNNAMED --add-opens=java.base/jdk.internal.loader=ALL-UNNAMED --add-opens=java.base/jdk.internal.ref=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 29 <jar href="josm-tested.jar"/> 29 30 <property name="java.util.Arrays.useLegacyMergeSort" value="true"/> … … 38 39 39 40 == See also == 40 * [wiki:/Help/CommandLineOptions#run-options Command Line Options] 41 * [wikitr:/Help/CommandLineOptions#run-options Command Line Options]