How to set or change the default Java (JDK) version on OS X?

后端 未结 28 2607
渐次进展
渐次进展 2020-11-22 15:55

How can you change the default version of Java on a mac?

28条回答
  •  难免孤独
    2020-11-22 16:24

    add following command to the ~/.zshenv file

    export JAVA_HOME=`/usr/libexec/java_home -v 1.8` 
    

提交回复
热议问题