Ich habe das Maven-Tutorial genau befolgt, aber ich kann Maven immer noch nicht unter Windows installieren.
Wenn ich an der Eingabeaufforderung Folgendes ausführe:
E:\Documents and Settings\zach>mvn --version
Ich bekomme:
'mvn' is not recognized as an internal or external command, operable program or batch file.
Ich navigierte zum Maven-Installationsordner und lief mvn --version
und bekam:
E:\java resources\apache-maven-2.2.0\bin>mvn --version
ERROR: JAVA_HOME is set to an invalid directory.
JAVA_HOME = "E:\Sun\SDK\jdk\bin"
Please set the JAVA_HOME variable in your environment to match the
location of your Java installation
aber wenn ich renne java -version
bekomme ich:
java version "1.6.0_14"
Java(TM) SE Runtime Environment (build 1.6.0_14-b08)
Java HotSpot(TM) Client VM (build 14.0-b16, mixed mode)
Also habe ich Java installiert. Weiß jemand was das Problem ist?