how can compile so many files?
when i compile some java files(total :2012),it report a error like this:
"The system is out of resources.
Consult the following stack trace for details.
java.lang.OutOfMemoryError"
how can i resolve the memory problem? my machine memory is 256M,and i set vitual memory as 500M.
what can i do? pls help me,thanks..
Do you really need to compile all those sources at the same time?
It is better for a project if there is a sequence in which it can be compiled from scratch, if not one by one, then in smaller groups. This is not possible if they strongly depend one on the other in big clusters, which is no good design anyway.
See a fine development tool:
apache/jakarta/ant