Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

Code Block
export JDK7_BASE=<path to your local JDK7 copy>
export JDK7_BUILD=$JDK7_BASE/build
export ALT_OUTPUTDIR=$JDK7_BUILD/macosx-universal
export ALT_BOOTDIR=$ALT_OUTPUTDIR/j2sdk-image/1.7.0.jdk/Contents/Home/
export ALT_JDK_IMPORT_PATH=$ALT_BOOTDIR
cd $JDK7_BASE/jdk/make/sun/awt/
make

...

More helpful suggestions to decrease your build time: