Java web start unable to auto download java 1.6.0_14
843802Oct 29 2009 — edited Oct 31 2009Hi,
My application runs on java 1.6.0_14 and i want clients to use either 1.6.0_14 or higher while running the application. In the JNLP file i have mentioned j2se version as 1.6.0_14+
If the client machine has a java version lesser than 1.6.0_14, Java web start is not automatically downloading the given version from sun auto download site.
Isn' t this version supported by Sun for auto download? If yes, how to get around this problem?