This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
a error when compile a simple java application !
- From: bbskill <bbkills at tom dot com>
- To: java at gcc dot gnu dot org
- Date: Thu, 04 Aug 2005 07:10:05 +0800
- Subject: a error when compile a simple java application !
hello all,
My system is Debian(2.6.6).
I have built the gcc/gcj 4.0 following
http://gcc.gnu.org/java/build-snapshot.html, but when I compile a simple
HelloWorld.java using gcj, the error below occur:
bbskill@debian:~/Temp/java/gcj$ gcj --main=HelloWorld -o HelloWorld
HelloWorld.java
jc1: out of memory allocating 1342179075 bytes after a total of 270336 bytes
How can I fix it ?
Thanks with much appreciation !