This is the mail archive of the java-discuss@sources.redhat.com mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Error compiling my java source


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.





Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]