<div dir="ltr">Hi<div><br></div><div>I just struggled with OSX Yosemite and the Yanel installation. As Yosemite runs with Java SE 8 only, you have to install JDK8 and then the build does not work anymore, because Java is no longer available under</div><div><br></div><div>/System/Library/Frameworks/JavaVM.framework/Home<br></div><div><br></div><div><br></div><div>So for those of you upgrading to Yosemite, use this in yanel.sh :</div><div>







<p class="">JAVA_HOME=`/System/Library/Frameworks/JavaVM.framework/Versions/Current/commands/java_home`</p><p class="">The command<br>/System/Library/Frameworks/JavaVM.framework/Versions/Current/commands/java_home<br>prints out the actual installtion of JDK8 and yanel.sh will build again.</p><p class=""><br></p><p class="">Cheers, Balz</p><p class=""><br></p></div></div>