make/sun/javac/ant and type ant to build the compiler.
This creates ../../../../build/shared/classes which you can place on the
"bootstrap" class path when running javac:
/usr/java/jdk1.6.0/bin/javac -J-Xbootclasspath/p:../../../../build/shared/classes
So far there are only two useful targets:
I use ant version 1.6.5 which comes with NetBeans 4.2
UPDATE: b47 is now available for download.
Posted by Gary Bentley on September 06, 2005 at 05:44 AM PDT #
Posted by Peter von der Ahé on September 23, 2005 at 03:11 PM PDT #