January 2015
Intermediate to advanced
298 pages
6h 27m
English
The amd64 build on Windows 7 is similar to the i586 build, but has additional complications.
Cygwin (at least the more common i586 version) works much worse on amd64 Windows. Due to a much bigger address space size, Cygwin fork techniques work much slower and are less reliable.
Visual Studio.NET 2003 does not support the amd64 architecture so the Windows Server 2003 SP1 Platform SDK is used instead.
For this recipe, we should have Windows 7 SP1 i586 running with no antivirus software installed. Antivirus software is not allowed because it may interfere with the Cygwin runtime.
The following steps will help us to build OpenJDK:
Read now
Unlock full access