|
|
JNLP文件模板 |
|
|
作者:未知 来源:月光软件站 加入时间:2005-2-28 月光软件站 |
<?xml version="1.0" encoding="UTF-8"?> <jnlp spec="1.0+" codebase="http://192.168.1.1:8100" href="MyTest.jnlp"> <information> <title>My test</title> <vendor>XXX Corporation</vendor> <description>MyIE just demo how to program with jnlp.</description> <homepage href="http://192.168.1.1:8100" /> <icon href="./../images/rookie.gif"/> <icon kind="splash" href="./../images/logo.gif"/> <offline-allowed/> </information> <security> <all-permissions/> </security> <resources> <j2se version="1.3+"/> <jar href="mytest.jar"/> </resources> <application-desc main-class="mytest"/> </jnlp>
|
|
相关文章:相关软件: |
|