Has anyone had a problem using javac on Unix. The problem is related to
memory and you get this error:
[javac] The compiler has run out of memory.  Consider using the
"-J-mx<number>" command line option to increase the maximum heap size.
 I have tried compiling the source files in groups but there comes a point
when there is inter class dependency and the build fails. I have tried using
javac as an executable with <execon> so I can pass it the -J-Xmx32m argument
but this doesn't work either. Anyone seen this?

Reply via email to