Commit 23835ffb authored by dickelbeck's avatar dickelbeck

adding the java webstart kicker

parent e6717b3f
<?xml version="1.0" encoding="utf-8"?>
<!-- JNLP File for Freeroute -->
<jnlp
spec="6.0+"
codebase="http://freerouting.net/java"
href="freeroute.jnlp">
<information>
<title>Routing Application</title>
<vendor>FreeRouting</vendor>
<description>Printed Circuit Board Routing Application</description>
<homepage href="http://www.freerouting.net"/>
<shortcut online="true"/>
</information>
<resources>
<jar download="eager" href="router.jar"/>
<extension href="help.jnlp" name="Java Help"/>
<java version="1.6+"/>
</resources>
<application-desc main-class="gui.MainApplication">
<argument>-webstart</argument>
<argument>-Xincgc</argument>
<argument>-Xmx512m</argument>
</application-desc>
</jnlp>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment