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
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
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
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