How to change maven java home

前端 未结 9 2245
太阳男子
太阳男子 2020-12-04 23:13

I want to change maven java home which is open jdk with sun jdk. How can I do it ?

root@ak-EasyNote-TM98:~# mvn -version
Apache Maven 3.0.4
Maven home: /usr/         


        
9条回答
  •  旧巷少年郎
    2020-12-04 23:52

    Even if you install the Oracle JDK, your $JAVA_HOME variable should refer to the path of the JRE that is inside the JDK root. You can refer to my other answer to a similar question for more details.

提交回复
热议问题