ant outofmemoryerror problem

T

timjowers

[javac] The system is out of resources.
[javac] Consult the following stack trace for details.
[javac] java.lang.OutOfMemoryError: Java heap space
[javac] at com.sun.tools.javac.comp.Env.dup(Env.java:80)

Cannot find it on searches. This also occurs in Eclipse Europa. I
guess this has something to do with the Java setup on RedHat's Fedora
8 as this build works fine on RHEL, Solaris, and Windows. But might be
some interplay in versions of Java I have on the box as the project
must be 1.4 compatible.
 
G

GArlington

[javac] The system is out of resources.
[javac] Consult the following stack trace for details.
[javac] java.lang.OutOfMemoryError: Java heap space
[javac] at com.sun.tools.javac.comp.Env.dup(Env.java:80)

Cannot find it on searches. This also occurs in Eclipse Europa. I
guess this has something to do with the Java setup on RedHat's Fedora
8 as this build works fine on RHEL, Solaris, and Windows. But might be
some interplay in versions of Java I have on the box as the project
must be 1.4 compatible.

Check your JVM settings, once I tried to run my object caching
application with settings of -mx1280 (note missing "m" after 1280 and
got the same type of error messages...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,779
Messages
2,569,606
Members
45,239
Latest member
Alex Young

Latest Threads

Top