Search:
Login
Preferences
Help/Guide
About Trac
Register
Forgot your password?
Wiki
Timeline
Changelog
Browse Source
View Tickets
New Ticket
Roadmap
Builds
Sonar
Search
Context Navigation
+0
Start Page
Index
History
Editing Help/jnlpOptions
Adjust edit area height:
8
12
16
20
24
28
32
36
40
Edit side-by-side
== Default josm.jnlp == [https://github.com/openstreetmap/josm/blob/mirror/josm.jnlp josm.jnlp]: {{{ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE jnlp PUBLIC "-//Sun Microsystems, Inc//DTD JNLP Descriptor 6.0//EN" "http://java.sun.com/dtd/JNLP-6.0.dtd"> <jnlp spec="6.0+" codebase="https://josm.openstreetmap.de/download/" href="josm.jnlp"> <information> <title>JOSM</title> <vendor>OpenStreetMap</vendor> <homepage href="https://josm.openstreetmap.de"/> <description>Java OpenStreetMap editor</description> <description kind="one-line">JOSM</description> <description kind="tooltip">JOSM</description> <icon href="https://josm.openstreetmap.de/svn/trunk/images/logo.png"/> <offline-allowed/> <shortcut> <desktop/> <menu/> </shortcut> </information> <security> <all-permissions/> </security> <resources> <java version="1.8+"/> <jar href="josm-tested.jar"/> <property name="java.util.Arrays.useLegacyMergeSort" value="true"/> </resources> <application-desc main-class="JOSM"/> </jnlp> }}} == External resources == * https://docs.oracle.com/javase/8/docs/technotes/guides/javaws/developersguide/syntax.html * https://en.wikipedia.org/wiki/Java_Web_Start#Example == See also == * [[CommandLineOptions]]
Note:
See
WikiFormatting
and
TracWiki
for help on editing wiki content.
Change information
Your email or username:
E-mail address and name can be saved in the
Preferences
Comment about this change (optional):
Note:
See
TracWiki
for help on using the wiki.