Eclipse throwing kava heap error consistently while building application?
In eclipse when I try to build my application,it stucks at some source code folder and generate java heap space issue.I have increased xmx and xms parameter to max value i.e 1024.Wondering how come its thowing the heap space error while building the application. Even If I have big application containing around 3000 classes, how come eclipse throwing heap error because as per my understanding heap error is generally encountered at run time when class actually loads.Please help me to understand what can be probable reason and solution I can try to remove this issue?
i am using Eclipse 3.3.1.1