I have a huge project, where after even a minor change, i have to rebuild the whole project. Is this an architectural fault, or java can't do this partial compilation whatsoever?
PS:This is really convenient to solve those kind of problems in C++ with its compilation/linking stuff.