Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWX
]
jclasslib: Java class file and bytecode library and editor
- Summary
- jclasslib is a library that enables developers to read, modify and
write Java class files and bytecode. In addition, jclasslib contains a
class file viewer that visualizes all aspects of Java class files and
the contained bytecode.
While the bytecode manipulation library is of interest to developers
with specialized development targets such as obfuscators, compilers or
code completion engines, the class file viewer is a standalone
application which is useful for anyone trying to learn more about the
Java virtual machine.
Changelog
- * Fri Oct 28 12:00:00 2005 Ralph Apel <r.apel at r-apel.de> - 0:3.0-1jpp
-
- Upgrade to 3.0
- * Mon Aug 23 12:00:00 2004 Randy Watler <rwatler at finali.com> - 0:2.0-2jpp
-
- Rebuild with ant-1.6.2
- * Wed Sep 24 12:00:00 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:2.0-1jpp
-
- Update to 2.0.
- Crosslink with local J2SE javadocs.
- Save .spec in UTF-8, some cleanups.