0
<?xml version="1.0" encoding="UTF-8"?>
<jnlp spec="1.0+"
codebase="**http://10.177.213.120:8080/Sample/**" href="sample-webstart.jnlp">
<information>
<title>Sample Screen</title>
<vendor>John Doe</vendor>
</information>
<resources>
<!-- Application Resources -->
<j2se version="1.6+"
href="http://java.sun.com/products/autodl/j2se"/>
<jar href="Sample.jar" main="true" />
</resources>
<security>
<all-permissions />
</security>
<application-desc
name="Screen"
main-class="script.ScriptFrame">
</application-desc>
<update check="always"/>
</jnlp>
那codebase屬性,我無法加載使此jnlp工作而不使用完整的ip。有沒有辦法讓我這個親戚或動態改變它。JNLP從相對地址加載罐子