Monthly Archives: March 2011
Classpath Struggle (part 1)
One of the issues I run into at some of my most recent project, is the classic classpath issue. In any Java project sooner or later too many classes and libraries (i.e. characters) are loaded onto the runtime classpath, either because of a lack of housekeeping or perhaps as a result of too much fragmented code. Continue reading
Filed under English, Java, Mac, Solaris, Uncategorized