Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在部署一个需要一些外部库才能运行的摆动客户端。如何使它们可以通过<jar href="library.jar"/>JNLP 下载?是否有使它们可用的配置或可以放置它们的文件夹?
<jar href="library.jar"/>
如此处所述,JAR 必须可以使用href属性中指定的相对路径进行访问。这里有一个相关的答案。
href