JDK6 Build Cheat Sheet
Just thought I'd list a few ways that the JDK can be built.
These apply to JDK6 and JDK7, JDK5 building is a little different
but has some of the same settings.
The gnumake used here is the GNU make 3.78.1 or newer.
On Solaris systems with the Companion CD installed, it can
usually be found
with the name gmake in /usr/sfw/bin/ or
/opt/sfw/bin/.
On Linux just...