You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
745 B
21 lines
745 B
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!-- 修改cstatm-mte -->
|
|
<jnlp codebase="http://116.204.84.48:8080/cstatm-mte/" href="cstatm-mte.jnlp">
|
|
<information>
|
|
<title>JWS to Run cstatm</title>
|
|
<vendor>czldl</vendor>
|
|
<description>ATM EAGitOps</description>
|
|
<homepage href="http://116.204.84.48:8080/cstatm-mte/index.html"/>
|
|
<offline-allowed/>
|
|
</information>
|
|
<security>
|
|
<all-permissions/>
|
|
</security>
|
|
<update check="always" policy="always"/>
|
|
<resources>
|
|
<j2se href="http://java.sun.com/products/autodl/j2se" version="1.6+" />
|
|
<jar href="cstatm-mte.jar" main="true"/>
|
|
<jar href="lib/postgresql-42.6.0.jar"/>
|
|
</resources>
|
|
<application-desc name="ATM EAGitOps" main-class="com.atm.view.gui.Gui"/>
|
|
</jnlp> |