Re: JAVA_HOME on Mac Mavericks

2014-03-30 Thread alex ouzounis
To have your Mac pickup the latest Java installed you can do: #export JAVA_HOME export JAVA_HOME=`/usr/libexec/java_home` PATH=$PATH:$JAVA_HOME/java You can find more information about this utility here: https://developer.apple.com/library/mac/documentation/Darwin/Reference/Manpages/man1/java_h

Re: JAVA_HOME on Mac Mavericks

2014-03-28 Thread Jeffrey Schmitz
Bummer, and there seems no easy way to remove Java 8 from a Mac once installed. On Mar 28, 2014, at 4:19 PM, Stephen Connolly wrote: > FYI right now most versions of Jenkins bomb out on java 1.8 (can't save > config) > > On Friday, 28 March 2014, Jeff Schmitz wrote: > Hello, >Short vers

Re: JAVA_HOME on Mac Mavericks

2014-03-28 Thread Stephen Connolly
FYI right now most versions of Jenkins bomb out on java 1.8 (can't save config) On Friday, 28 March 2014, Jeff Schmitz wrote: > Hello, >Short version: What do you set JAVA_HOME to when configuring Jenkins on > a Mac Mavericks machine with a newly installed Java 1.8 from Oracle? > > I'm a new

JAVA_HOME on Mac Mavericks

2014-03-28 Thread Jeff Schmitz
Hello, Short version: What do you set JAVA_HOME to when configuring Jenkins on a Mac Mavericks machine with a newly installed Java 1.8 from Oracle? I'm a newbie to Jenkins and am trying to get an initial setup running per the Jenkins Definitive Guide book. I recently installed the latest