Registry / utility / bcel
library6.12.0javamavenunverified

The Commons Byte Code Engineering Library (BCEL) is designed to provide users with a convenient way to analyze, create, and manipulate compiled .class files.

<dependency> <groupId>org.apache.bcel</groupId> <artifactId>bcel</artifactId> <version>6.12.0</version> </dependency>
INSTALL
IMPORT
SIG · BCEL
B
bcel
utilityjavav6.12.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

JavaClass
org.apache.bcel.classfile.JavaClass

Load a Java class and print its name using BCEL.

import org.apache.bcel.classfile.JavaClass; import org.apache.bcel.Repository; public class Example { public static void main(String[] args) throws Exception { JavaClass jc = Repository.lookupClass("java.lang.String"); System.out.println("Class: " + jc.getClassName()); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
6.12.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
OpenAI (training)
1
Resources
bcel — mvn dependency:get bcel · libregistry