Date: Fri, 15 Nov 2002 16:22:30 +0100 From: Lutz Bichler <Lutz.Bichler@UniBw-Muenchen.de> To: freebsd-java@freebsd.org Subject: java compilation problem Message-ID: <200211151622.30595.Lutz.Bichler@unibw-muenchen.de>
next in thread | raw e-mail | index | archive | help
Hi,
while trying to compile a java project i get the following error on FreeB=
SD
(jdk1.3.1 with green-thread and no hotspot as well as jdk1.4.0)
[javac] The system is out of resources.
[javac] Consult the following stack trace for details.
[javac] java.lang.OutOfMemoryError
[javac] at java.util.zip.ZipFile.open(Native Method)
[javac] at java.util.zip.ZipFile.<init>(ZipFile.java:112)
[javac] at java.util.zip.ZipFile.<init>(ZipFile.java:72)
[javac] at=20
com.sun.tools.javac.v8.code.ClassReader.openArchive(ClassReader.java:914)
[javac] at=20
com.sun.tools.javac.v8.code.ClassReader.list(ClassReader.java:1121)
[javac] at=20
com.sun.tools.javac.v8.code.ClassReader.listAll(ClassReader.java:1242)
[javac] at=20
com.sun.tools.javac.v8.code.ClassReader.fillIn(ClassReader.java:1264)
[javac] at=20
com.sun.tools.javac.v8.code.ClassReader.complete(ClassReader.java:980)
My system has 1GB RAM and i played around with -Xms.. -Xmx... -Xss... val=
ues=20
without success. The same project compiles on Linux without problems. Any=
=20
idea whats wrong?
Lutz
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-java" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200211151622.30595.Lutz.Bichler>
