From owner-freebsd-java Fri Nov 15 7:26:29 2002 Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C870E37B401 for ; Fri, 15 Nov 2002 07:26:27 -0800 (PST) Received: from gatesrv.RZ.UniBw-Muenchen.de (unknown [137.193.11.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id 447D643E8A for ; Fri, 15 Nov 2002 07:26:25 -0800 (PST) (envelope-from lutz@medusa.informatik.unibw-muenchen.de) Received: from medusa.informatik.unibw-muenchen.de (medusa.Informatik.UniBw-Muenchen.de [137.193.60.34]) by gatesrv.RZ.UniBw-Muenchen.de (8.11.2/8.11.2) with ESMTP id gAFFO5E15017 for ; Fri, 15 Nov 2002 16:24:05 +0100 (MET) Received: from lutz by medusa.informatik.unibw-muenchen.de with local (Exim 4.10) id 18CiIg-000C8y-00 for freebsd-java@freebsd.org; Fri, 15 Nov 2002 16:22:30 +0100 Content-Type: text/plain; charset="us-ascii" From: Lutz Bichler Organization: University of the German Federal Armed Forces Munich To: freebsd-java@freebsd.org Subject: java compilation problem Date: Fri, 15 Nov 2002 16:22:30 +0100 User-Agent: KMail/1.4.3 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <200211151622.30595.Lutz.Bichler@unibw-muenchen.de> Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org 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.(ZipFile.java:112) [javac] at java.util.zip.ZipFile.(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