Wayne Fay wrote: >>> $ echo $JAVA_HOME >>> /Library/Java/JavaVirtualMachines/jdk1.7.0_21.jdk/Contents/Home > ... >>> $ mvn --version >>> Apache Maven 3.0.4 (r1232337; 2012-01-17 19:44:56+1100) >>> Maven home: /usr/share/maven >>> Java version: 1.7.0_21, vendor: Oracle Corporation >>> Java home: >>> /Library/Java/JavaVirtualMachines/jdk1.7.0_21.jdk/Contents/Home/jre > > FWIW this is what I get on my wife's MBP with 3.0.3 and JDK6: > $ mvn --version > Apache Maven 3.0.3 (r1075438; 2011-02-28 11:31:09-0600) > Maven home: /usr/share/maven > Java version: 1.6.0_45, vendor: Apple Inc. > Java home: > /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home > > Definitely think the /jre is your problem. Unsure what to do about it.
Well, on Linux this is normal: ============ %< ============= $ mvn --version Apache Maven 3.0.5 (r01de14724cdef164cd33c7c8c2fe155faf9602da; 2013-02-19 14:51:28+0100) Maven home: /usr/share/maven-bin-3.0 Java version: 1.6.0_45, vendor: Sun Microsystems Inc. Java home: /opt/sun-jdk-1.6.0.45/jre Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "3.7.10-gentoo-r1", arch: "amd64", family: "unix" ============ %< ============= - Jörg --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
