-
Notifications
You must be signed in to change notification settings - Fork 43
/
vergilCyPhySim.jnlp.in
33 lines (33 loc) · 1.13 KB
/
vergilCyPhySim.jnlp.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<?xml version="1.0" encoding="UTF-8"?>
<!-- JNLP is the Java Network Launching Protocol
This file is derived from a *jnlp.in file by running
sed on the *.jnlp.in file and substituting
@PTII_LOCALURL@.
-->
<!-- href is needed so that web start can cache the app and
it will appear in the desktop icon
-->
<jnlp codebase="@PTII_LOCALURL@"
href="@PTII_LOCALURL@/vergilCyPhySim.jnlp">
<information>
<title>Ptolemy II @PTVERSION@CyPhySim </title>
<vendor>Ptolemy Project, UC Berkeley</vendor>
<description kind="tooltip">CyPhySim - Cyber-Physical Simulator</description>
<icon href="doc/img/PtolemyIISmall.gif"/>
<homepage href="@PTII_LOCALURL@"/>
<offline-allowed/>
</information>
<security>
<all-permissions/>
</security>
<resources>
<!-- Bump maximum heap size to 1024Mb, use JVM Props. to confirm -->
<j2se version="1.6+" max-heap-size="1024m" />
<!-- Start Jars -->
<!-- End Jars -->
</resources>
<application-desc main-class="ptolemy.actor.gui.jnlp.CyPhySimApplication">
<argument>-cyphysim</argument>
</application-desc>
<!-- Need to deal with Java 3D -->
</jnlp>