Friday, May 16, 2003

JAD is a sweet java decompiler. There is also a plugin for jbuilder called JADClassFileNode that allows you to use the find definition command and drill down into the decompiled source from the jar file. This is nice, for instance if you are using an open source project you don't have to download the source if you want to check something simple.