Top "Bcel" questions

Apache Byte Code Engineering Library, an open-source library for inspecting and manipulating Java byte code files (.class files)

Create simple POJO classes (bytecode) at runtime (dynamically)

I've the following scenario.. I am writing some tool that run user-entered query against the database and return the result.. …

java bytecode bcel
Change classloader

I'm trying to switch the class loader at runtime: public class Test { public static void main(String[] args) throws Exception { …

java reflection multithreading classloader bcel
Adding code to a Java class w/ Instrumentation: ASM or BCEL?

I am writing a game engine/library in which I have an event dispatcher class which dispatches events by calling …

java bytecode instrumentation java-bytecode-asm bcel