Maven Installation OSX Error Unsupported major.minor version 51.0

来源:互联网 发布:国内音乐节数据 编辑:程序博客网 时间:2024/06/04 20:12

The problem is because you haven't set JAVA_HOME in Mac properly. In order to do that, you should do set it like this:

export JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.8.0_40.jdk/Contents/Home

In my case my JDK installation is jdk1.8.0_40, make sure you type yours.

Then you can use maven commands.

Regards!

 
0 0
原创粉丝点击