libjavassist-java

library for editing bytecodes in Java

Description

This library makes Java bytecode manipulation simple. It enables Java programs to define a new class at runtime and to modify a class file when the JVM loads it.

Unlike other bytecode editors, Javassist provides two levels of API: source level and bytecode level. With the source-level API, users can edit a class file without knowledge of the specifications of the Java bytecode. You can even specify inserted bytecode in the form of source text; Javassist compiles it on the fly. On the other hand, the bytecode-level API allows the users to directly edit a class file as other editors.

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

http://jboss-javassist.github.io/javassist/


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install libjavassist-java