<?xml version="1.0" encoding="UTF-8"?>
<jnlp spec="1.0+" codebase="http://www11.atpages.jp/ce00582/java/" href="hello.jnlp">
<information>
<title>CER</title>
<vendor>CER</vendor>
<homepage href="http://www11.atpages.jp/ce00582/java/" />
<description>Swing Example</description>
<description kind="short">example</description>
<offline-allowed />
</information>
<update check="timeout" policy="always" />
<resources>
<java version="1.6" />
<jar href="ramen.jar" main="true" />
</resources>
<application-desc main-class="ramen.ramen" />
</jnlp>
最終更新:2011年08月04日 15:16