adding the java webstart kicker
This commit is contained in:
parent
e6717b3f71
commit
23835ffbe7
|
@ -0,0 +1,25 @@
|
|||
<?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>
|
Loading…
Reference in New Issue