This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: build macros and includes
>>>>> "Michael" == Michael Koch <konqueror@gmx.de> writes:
>> Is that fully correct? I thought we still need class files
>> to verify method signatures/accesses...
Michael> Not sure. I just thought it's only used by gij. I may be wrong.
When compiling, gcj does read libgcj.jar. It uses this to find the
declarations of the classes in the standard library. You don't need
to explicitly point your classpath at this file, it is compiled in to
gcj and will be found by default. (If not, you probably have some
kind of problem with your install.)
Tom