joshuago’s java Bookmarks
07 JAN 2011
[Code Impossible] Java Bytecode Fundamentals
An in-depth walk-through of Java bytecodes.
18 MAR 2010
macwidgets
Collection of Mac style widgets written in Java.
06 JUN 2009
05 MAY 2009
11 FEB 2009
Headius: My Favorite Hotspot JVM Flags
Some JVM switches to tweak performance or investigate runtime metrics.
14 DEC 2006
[IBM developerWorks] Managing the Java classpath (UNIX and Mac OS X)
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.