Search Unity

Unity + Yosemite Java problem

Discussion in 'Editor & General Support' started by Texaggie96, Dec 2, 2014.

  1. Texaggie96

    Texaggie96

    Joined:
    Jan 23, 2009
    Posts:
    81
    Posting this to help save some time for people who upgrade to OSX Yosemite and get an error related to Java when trying to make a build. (This happened to me when I was trying to make an Android build; didn't test it on other platforms.) The error will pop up 2 windows: 1) the window on the bottom will say essentially your Java SDK is out of date and 2) the window on top will lead you to download the latest Java JRE. However, just downloading the Java JRE will not fix your problem. The window that gets buried is the key; you will also need to download the lastest JDK (here - http://www.oracle.com/technetwork/java/javase/downloads/index.html) and download/install it. This should fix the problem and allow you to make a build.

    Hope this saves people some time hunting around on google.