我在这里面临一个问题.我想使用特殊版本来运行我们的
java webstart应用程序,但只需要一个jnlp. (“经过测试,… blabla我们不能使用新版本… blabla”随机风袋)
所以我试着像这样配置我们的JNLP:
...
当我开始这个jnlp时,即使安装了正确的Java,我也会得到以下错误:
Error: The application has requested a version of the JRE (version 1.6.0_29) that currently is not locally installed. Java Web Start is unable to automatically download and install the requested version. This JRE must be installed manually.
更新
在JNLP File Syntax中,它允许使用特定的Java版本,如1.6.0_29.我甚至用1.6.0_29-b11尝试过它 – 仍然是同样的错误.
Exact product versions (implementation versions) may also be
specified. by including the href attribute. For example,1.3.1_07,
1.4.2,or 1.5.0-beta2 by Sun Microsystems,Inc. For example,
or
href=”http://java.sun.com/products/autodl/j2se”/>
编辑
给出的答案没有帮助,也没有正确的答案.