[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.
GArlington - 06 Dec 2007 15:15 GMT
> [javac] The system is out of resources.
> [javac] Consult the following stack trace for details.
[quoted text clipped - 6 lines]
> 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...