我已经在我的系统中配置了蚂蚁,现在我需要配置Maven请帮忙。 http://crunchify.com/how-to-install-maven-on-mac-os-x-manually-fix-unsupportedclassversionerror-orgapachemavenclimavencli/
我尝试了上面的步骤,但在编辑bash.profile时显示
export PATH = $ {PATH}:/ Users / varunjoshi / ant / bin
〜
〜
〜
〜
〜
〜
〜
〜
〜
〜
〜
〜
〜
〜
〜
〜
〜
〜
〜
〜
〜
〜
"在〜/ .bash_profile" 1L,46C
答案 0 :(得分:0)
只需将Maven添加到〜/ .bash_profile 中,例如:
export PATH=${PATH}:/Users/varunjoshi/ant/bin
export M2_HOME=/Users/varunjoshi/apache-maven-3.3.3
export PATH=$PATH:$M2_HOME/bin
答案 1 :(得分:0)
$ nano .bash_profile
导出JAVA_HOME = $(/ usr / libexec / java_home)
导出M2_HOME = / Users / varunjoshi / apache-maven-3.3.3
export PATH = $ PATH:$ M2_HOME / bin
$ source .bash_profile
$ mvn --version