January 2015
Intermediate to advanced
298 pages
6h 27m
English
The process of OpenJDK compilation is very time consuming. It is very boring, especially when one is developing a small part of the whole project, which needs full recompilation for testing purposes. To do it in a simple way and to compile only the necessary parts, there are incremental builds.
We need to download the OpenJDK (6 or 7) source code. You may need libmotif installed. Windows users may need to install Cygwin.
We will see how OpenJDK is built incrementally, avoiding adding any nasty bugs.
make all
make all
Read now
Unlock full access