This is the mail archive of the
java-discuss@sources.redhat.com
mailing list for the Java project.
Error compiling my java source
- To: "java-discuss at sources dot redhat dot com" <java-discuss at sources dot redhat dot com>
- Subject: Error compiling my java source
- From: Edgar Villanueva <edgarvil at home dot com>
- Date: Mon, 04 Dec 2000 00:05:20 -0500
- Reply-To: edgar at villanueva dot com
All,
Got libgcj to compile.
Now I am trying to compile an existing application from the sources and
I get the following error:
Cannot allocate 2081434959 bytes after allocating 356060 bytes
This seems to occur because the CLASSPATH is either too long or there
are too many classes in the classpath.
When I remove the classpath the error goes away. I haven't narrowed it
down to see if there is a specific item in the classpath
that is screwing things up but this seems to be a problem with the gcj
front end.