This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Adding new classes
- To: Mark Wielaard <mark at klomp dot org>
- Subject: Re: Adding new classes
- From: Tom Tromey <tromey at redhat dot com>
- Date: 22 Jul 2001 10:28:03 -0600
- Cc: Nic Ferrier <nferrier at tapsellferrier dot co dot uk>, java at gcc dot gnu dot org
- References: <sb5a4d00.005@tapsellferrier.co.uk> <20010722121925.B8075@klomp.org>
- Reply-To: tromey at redhat dot com
>>>>> "Mark" == Mark Wielaard <mark@klomp.org> writes:
Mark> The ChangeLog comment 'Rebuild CNI namespace' seems to imply
Mark> that this can be done by some automatic process, but I don't
Mark> know what that process is.
You only need to do this if you add a class to java.lang, java.io, or
java.util (including sub-packages, like java.lang.ref).
* Edit gcj/javaprims.h
* Go to the `namespace java' line, and delete that entire block (the
entire contents of the namespace)
* Then insert the output of `perl ../scripts/classes.pl' into the file
at that point.
Tom