<?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>
该代码库属性,我无法在不使用完整 IP 的情况下加载使此 jnlp 工作。有没有办法我可以使那个相对或动态改变它。