joshuago’s java Bookmarks
07 JAN 2011
An in-depth walk-through of Java bytecodes.
18 MAR 2010
Collection of Mac style widgets written in Java.
06 JUN 2009
05 MAY 2009
11 FEB 2009
Some JVM switches to tweak performance or investigate runtime metrics.
14 DEC 2006
The classpath is the connection between the Java runtime and the filesystem. It defines where the interpreter looks for .class files to load. The basic idea is that the filesystem hierarchy mirrors the Java package hierarchy, and the classpath specifies which directories in the filesystem serve as roots for the Java package hierarchy.