...
Code Block |
---|
make ALLOW_DOWNLOADS=true SA_APPLE_BOOT_JAVA=true ALWAYS_PASS_TEST_GAMMA=true ALT_BOOTDIR=`/usr/libexec/java_home -v 1.6` |
If you get errors warning about environmental variables that are set you can prefix the build command above unsetting these variables.
Example:
Code Block |
---|
unset LC_ALL LANG CLASSPATH JAVA_HOME LD_LIBRARY_PATH; <command line to build JDK 1.7>
|
Smoke Test
Code Block |
---|
$ build/macosx-universal/j2sdk-bundle/1.7.0.jdk/Contents/Home/bin/java -version |
...
Overview
Content Tools
ThemeBuilder