Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Updated minimum OS requirements, and corrected the forest URL.

...

Note that only Mac OS X 10.7 will be an Oracle-supported platform. It should continue to run on 10.6.8 + [Java for Mac OS X 10.6 Update 6{+}|http://support.apple.com/kb/DL1360]+ but you are on your own. As of 1-Jan-2012 we have no plans to introduce 10.7-only APIs into the codebase.

Prerequisites to build

...

Code Block
hg clone http://hg.openjdk.java.net/macosx-portjdk7u/macosxjdk7u-portosx
cd macosxjdk7u-portosx
chmod 755 get_source.sh
./get_source.sh

...

Code Block
$JAVA_HOME/bin/java -jar /Library/Java/Demos/JFC/SwingSet2/SwingSet2.jar 

6. Test

Download jtreg to run the tests in the /jdk/test directory.

...