<div dir="ltr">Hi,<div>I now noticed the following: you can't build Yanel under Java SE8 as there are libraries (APIs) used that have disappeared in SE8.</div><div><br></div><div>So in order to install SE6 in parallel to Yosemite's SE8, you have to install this library provided by Apple:</div><div><a href="http://support.apple.com/kb/DL1572?viewlocale=en_US&locale=en_US">http://support.apple.com/kb/DL1572?viewlocale=en_US&locale=en_US</a><br></div><div><br></div><div>After that, you find SE6 again under the normal path:</div><div>/System/Library/Frameworks/JavaVM.framework/Home<br></div><div><br></div><div>or reference it explicitly in yanel.sh:</div><div>







<p class="">/System/Library/Java/JavaVirtualMachines/<a href="http://1.6.0.">1.6.0.</a><span class="">jdk</span>/Contents/Home</p><p class=""><br></p><p class="">Cheers, Balz</p></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Oct 21, 2014 at 11:55 AM, Michael Wechner <span dir="ltr"><<a href="mailto:michael.wechner@wyona.com" target="_blank">michael.wechner@wyona.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
  
    
  
  <div bgcolor="#FFFFFF" text="#000000">
    <div>Hi Balz<br>
      <br>
      Thanks very much for your hint.<br>
      <br>
      I have updated yanel.sh accordingly and it should now recognize
      the difference between<br>
      <br>
      Mac OS X and Mac OS X Yosemite<br>
      <br>
      Can you you update your local git and give it a try?<br>
      <br>
      Thanks<br>
      <br>
      Michael<br>
      <br>
      Am 20.10.14 um 14:46 schrieb basZero:<br>
    </div><div><div class="h5">
    <blockquote type="cite">
      <pre>Hi

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

/System/Library/Frameworks/JavaVM.framework/Home


So for those of you upgrading to Yosemite, use this in yanel.sh :

JAVA_HOME=`/System/Library/Frameworks/JavaVM.framework/Versions/Current/commands/java_home`

The command
/System/Library/Frameworks/JavaVM.framework/Versions/Current/commands/java_home
prints out the actual installtion of JDK8 and yanel.sh will build again.


Cheers, Balz

</pre>
      <br>
      <fieldset></fieldset>
      <br>
    </blockquote>
    <br>
  </div></div></div>

<br>--<br>
Yanel-development mailing list <a href="mailto:Yanel-development@wyona.com">Yanel-development@wyona.com</a><br>
<a href="http://mx2.wyona.com/cgi-bin/mailman/listinfo/yanel-development" target="_blank">http://mx2.wyona.com/cgi-bin/mailman/listinfo/yanel-development</a><br></blockquote></div><br></div>