Java Class File Library

The Java Class File Library (jCFL) is trying to give users a convenient API to parse Java class Files, and further more, it provides swing UI controls to display the class file.

By using jCFL, it is very easy to get the constant pool, fields, methods, and human readable byte code instructions. jCFL is not a java decompiler, but can be used as a code reader when you do not have the source code.

jCFL is a visual library for Java class file. Besides analysis the class byte file, jCFL can make you watch class file visually.