It is proposed that this article be deleted because of the following concern:
If you can address this concern by improving, copyediting, sourcing, renaming, or merging the page, please edit this page and do so. You may remove this message if you improve the article or otherwise object to deletion for any reason. Although not required, you are encouraged to explain why you object to the deletion, either in your edit summary or on the talk page. If this template is removed, do not replace it . The article may be deleted if this message remains in place for seven days, i.e., after 18:51, 27 August 2025 (UTC). Find sources: "Byte Code Engineering Library" – news · newspapers · books · scholar · JSTOR |
![]() | The topic of this article may not meet Wikipedia's general notability guideline .(August 2025) |
Apache Commons BCEL | |
---|---|
Developer(s) | Apache Software Foundation |
Stable release | 6.8.1 / January 11, 2024 |
Repository | |
Written in | Java |
Operating system | Cross-platform |
Type | Bytecode Engineering Library |
License | Apache License 2.0 |
Website | commons |
The Byte Code Engineering Library (BCEL) is a project sponsored by the Apache Foundation previously under their Jakarta charter to provide a simple API for decomposing, modifying, and recomposing binary Java classes (I.e. bytecode). The project was conceived and developed by Markus Dahm prior to officially being donated to the Apache Jakarta foundation on 27 October 2001. It is a part of Apache Commons.
BCEL provides a simple library that exposes the internal aggregate components of a given Java class through its API as object constructs (as opposed to the disassembly of the lower-level opcodes). These objects also expose operations for modifying the binary bytecode, as well as generating new bytecode (via injection of new code into the existing code, or through generation of new classes altogether.) The BCEL library has been used in several diverse applications, such as: