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.
有没有办法从扩展安装程序(java 代码)中以编程方式在 jnlp 文件中查找 j2se 值?
可以,只要您能确定 JNLP 的 URL。JNLP 只是 XML,因此可以由 J2SE XML API 解析。
..我以为 Sun 介绍了一种提供 URL 的方法,但我现在不记得它是什么了。如果我记错了,一种方法是在主 JNLP 中写一个关于 URL 的属性,然后从那里获取它。