[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: simplec example



Alyson,

In case you didn't notice it, I should have written:

javac -J-mx1024m Main.java

All my excuses. So, does it work now?

Etienne

-----Original Message-----
From: Etienne Gagnon <egagnon@sprynet.com>
To: sablecc-list@sable.mcgill.ca <sablecc-list@sable.mcgill.ca>
Date: Thursday, April 16, 1998 12:56 PM
Subject: Re: simplec example


>Hi Alyson,
>
>I have experienced many strange bugs with "javac" in low memory situations.
>It seems that instead of throwing an "OutOfMemoryError", javac just
>continues its computation.
>
>Have you tried:
>javac -mx1024m Main.java
>
>or something similar?  (Sometimes, it is better to first delete all the
>"*.class" files).
>
>Etienne