> 
> How do you manage a project with so many .java files, say more than 100?
> I can't believe I'll be forced to wait 3 minutes of compilation (on a 128Mb
> K6-2 350Mhz) every time I forget a ; or mistype a variable.


Go to http://alphaworks.ibm.com
download and install jikes

[elof@hugin HEII]$ perl -e 'foreach(glob "*.java") { $i++;$size += -s $_; } print "$i 
files\t$size bytes\n";'
47 files        555079 bytes
[elof@hugin HEII]$ rm *class;time jikes *java 
1.29user 0.08system 0:01.37elapsed 99%CPU (0avgtext+0avgdata 0maxresident)k
0inputs+0outputs (471major+1711minor)pagefaults 0swaps


The actual compile time is of course hardware dependent, the numbers above
are on a little K6-2 350 with 100 MHz memory bus and 128 MB RAM, which
sounds remarkable similar to what you have.


-------------------  http://www.image.dk/~elof  ----------------------
Kristian Elof Soerensen      [EMAIL PROTECTED]           (+45) 45 93 92 02 


----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to