Archive for August, 2004

Aug 31 2004

JAR Bloat

Published by Kyle Cordes under java

I am surprised at how large the main client application JAR file is on my current Java project. I have a pile of source code which I have written over the last few months; it contains no generated code and no outside code (that stuff is in other jars).
This body of code [...]

No responses yet