How to downgrade JRE/JDK on Mac OSX?

前端 未结 9 2004
既然无缘
既然无缘 2020-12-15 05:35

Does anyone know how to downgrade the version for JRE/JDK from 1.6.0_24 to 1.6.0_18 on a Mac OSX thru Terminal? I need to downgrade in order to get a Java applet working in

9条回答
  •  执笔经年
    2020-12-15 06:11

    Which version of firefox are you running?

    I believe you can have more than one version of jdk/jre on a machine as long as you specify the path when compiling/running. However, the jvm is bundled with mac which makes this problematic.

    This post may be helpful

    How to install a specific JDK on Mac OS X?

提交回复
热议问题