<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">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>
    <blockquote
cite="mid:CAOXzDSHxCirUQtOEG4Ws+kfJe4C6-c9EjPT2TYDr_7dXnR0-dQ@mail.gmail.com"
      type="cite">
      <pre wrap="">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 class="mimeAttachmentHeader"></fieldset>
      <br>
    </blockquote>
    <br>
  </body>
</html>