Re: Re: can I get maven onto my Mac?
site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=T6PeS9pnfCNIIAa1VeVTr9jwE9TgxTm2zS6yskhc90LmPs6B+bY1j0+BUjFvespDiYzqfBKUz8OckNCwRgYaYXaqJPBehxaFOzoRfXIh7FMw7LjgAQgp/DKWaRoX19BPhUgGzis6OeN2brbdTTgk7CV3bCKrKgCktYOGB2yT90E= On 10/9/06, Paul Archibald <pxl@sonic.net> wrote: I doubt that is a correct path to the JDK ... Java on Mac OS X doesn't live at that location and Apple is the only supported provider for Java on the Mac. In general you should set JAVA_HOME to "/Library/Java/Home" if you want to use the default version of Java for the system (currently defaulted to Java 5 on an up-to-date Mac OS X 10.4 system). If you want to use a specific version of Java you would use a path like the following /System/Library/Frameworks/JavaVM.framework/Versions/<version number>/Home where <version number> is 1.3.1, 1.4.2, 1.5.0, 1.6.0, etc. depending on the versions of Java found on the system. -Shawn _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... 209-148-127-8:~ paularchibald$ export JAVA_HOME=usr/java/jdk1.5.0_02 This email sent to site_archiver@lists.apple.com
participants (1)
-
Shawn Erickson