jnlp - How to ensure Java Web Start to download and install the lastest version -


i have jdk 1.6 install on machine want run code on jre 1.7+ there method ensure using jnlp latest jre automatically download , install?

here current content of jnlp file.

 <java  href="http://java.sun.com/products/autodl/j2se"  version="1.7.0_17"  java-vm-args="-ea" initial-heap-size="128m" max-heap-size="512m" /> 

i have tried :

 <java  href="http://java.sun.com/products/autodl/j2se"  version="1.7+"  java-vm-args="-ea" initial-heap-size="128m" max-heap-size="512m" /> 

i using direct proxy in java web start control panel , option automatically download of jre enabled. getting message manually install jre version , application stop. please let me know if further information required. not wants client manually install jre. operating system: red hat linux

jnlp file verified using janela


Comments

Popular posts from this blog

android - getbluetoothservice() called with no bluetoothmanagercallback -

sql - ASP.NET SqlDataSource, like on SelectCommand -

ios - Undefined symbols for architecture armv7: "_OBJC_CLASS_$_SSZipArchive" -