gpt4 book ai didi

java - JNLP从相对地址加载jar

转载 作者:行者123 更新时间:2023-12-01 15:27:04 25 4
gpt4 key购买 nike

<?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 工作。有没有办法可以使其相对或动态改变它。

最佳答案

Is there a way i can make that relative ..

仅适用于嵌入式小程序。

..or change it dynamically.

当然,我猜 JNLP servlet 会动态填充代码库,或者稍加调整就可以。

关于java - JNLP从相对地址加载jar,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10034441/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com