Opening JNLP File in Java 6 JRE instead of JRE 7

前端 未结 10 1729
旧时难觅i
旧时难觅i 2020-12-14 19:56

I have Java 6-based Java Web Start application that I need to open on a Windows machine. The machine has JRE 7 installed, with JRE 6 copied manually to the Program Fil

10条回答
  •  予麋鹿
    予麋鹿 (楼主)
    2020-12-14 20:43

    Another plausible solution that worked for me was to rename the javaws.exe(javaws2) program file of the most recent JRE/JDK since JVM always search for the newest version installed. If you need to rollback changes, just rename again to the original value

提交回复
热议问题