Search code examples
javajava-web-startdeployjava

deployJava js forces to update jre 1.6 to 1.7+


I have a java web start application which runs from a web page. I use deployJava.js to detect java installation on user's system. Minimum java version required is 1.6. However even if user has only 1.6 installed it still forces user to update it to 1.7 or 1.8(just runs autoupdate automatically and you can do nothing to it). How can I stop autoupdate and run app using already installed version of java ?


Solution

  • How can I stop autoupdate..

    AFAIK you can't. Not that you should. Earlier versions of the JRE might have (known, published, and eminently exploitable) security bugs.