I have Java 6-based Java Web Start application ..How can I force JRE 6 just for this application?
Use an appropriate version
attribute in the j2se
element.
<resources>
<!-- Any 1.6 JRE -->
<j2se version='1.6*'>
...
</resources>
Warning
This solution no longer seems to work for installing earlier versions of the JVM!
The best reason I can think of for why it would fail to work is that Oracle is tiring of releasing security updates for earlier Java versions - so is forcing every user to use the latest JVM.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…