FWIW, I solved my problem by actually installing the recommended legacy Java (1.6). Buildr isn't using it but it bootstraps properly now.
On Fri, May 20, 2016 at 12:02 PM, Alex Boisvert <[email protected]> wrote: > I'm using Oracle's 1.8.0_72-b15 > > On Fri, May 20, 2016 at 11:20 AM, Antoine Toulme <[email protected]> > wrote: > >> I guess you are hitting this bug: >> https://bugs.openjdk.java.net/browse/JDK-7131356 >> >> Did you use OpenJDK or Oracle? You might want to try Oracle JDK if that’s >> an option? >> >> > On May 20, 2016, at 10:09 AM, Alex Boisvert <[email protected]> >> wrote: >> > >> > I'm running OSX El Capitan 10.11.4 did a fresh install of buildr 1.4.25, >> > when I try to build I get: >> > >> > $ buildr >> > (in /Users/aboisver/projectx, development) >> > Building projectx >> > No Java runtime present, requesting install. >> > >> > which then pops up the dreaded "To open this Java application you need >> to >> > install the legacy Java SE 6 runtime" dialog. >> > >> > I have JAVA_HOME and JRE_HOME pointing to >> > /Library/Java/JavaVirtualMachines/jdk1.8.0_72.jdk/Contents/Home/ >> > >> > What am I missing? I feel like this has been discussed here but I >> couldn't >> > pull anything from the archives. >> > >> > thanks! >> > alex >> >> >
