Use "jikes" instead.

You can find it here:

http://oss.software.ibm.com/developerworks/opensource/jikes/

You will need to set a property in your build.xml file:
 <property name="build.compiler" value="jikes"/>

P.

Thus spake "Ming-Fang Wang" <[EMAIL PROTECTED]> on Fri, 06 Jul 2001  7:26 
-0500:

MW> 
MW> 
MW> Hi,
MW> 
MW> I run javac task on Ant to compile about 1250 java files. It starts
MW> fine, but after compiling several java programs ( about 20 of them) I
MW> got a run-out-of-memory error. The message also suggests using a
MW> switch  -J-mx<nmbs>. I cannot find any document mentioning such a
MW> switch. Has any one encountered such a situation and got a solution to
MW> this problem?
MW> 
MW> Thanks.
MW> 
MW> -Ming

Reply via email to