Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWX
]
bcel: Byte Code Engineering Library
- Summary
- The Byte Code Engineering Library (formerly known as JavaClass) is
intended to give users a convenient possibility to analyze, create, and
manipulate (binary) Java class files (those ending with .class). Classes
are represented by objects which contain all the symbolic information of
the given class: methods, fields and byte code instructions, in
particular. Such objects can be read from an existing file, be
transformed by a program (e.g. a class loader at run-time) and dumped to
a file again. An even more interesting application is the creation of
classes from scratch at run-time. The Byte Code Engineering Library
(BCEL) may be also useful if you want to learn about the Java Virtual
Machine (JVM) and the format of Java .class files. BCEL is already
being used successfully in several projects such as compilers,
optimizers, obsfuscators and analysis tools, the most popular probably
being the Xalan XSLT processor at Apache.
Arch: noarch
| Download: | bcel-5.2-2jpp.noarch.rpm |
| Build Date: | Tue Sep 4 20:02:42 2007 |
| Packager: | Jason Corley <jason.corley@gmail.com> |
| Size: | 527 KiB |
Arch: noarch
| Download: | bcel-5.2-2jpp.src.rpm |
| Build Date: | Tue Sep 4 19:59:41 2007 |
| Packager: | Jason Corley <jason.corley@gmail.com> |
| Size: | 393 KiB |
Changelog
- * Wed Sep 5 00:00:00 2007 Jason Corley <jason{*}corley{%}gmail{*}com> 0:5.2-2jpp
-
- use official 5.2 release tarballs and location
- change vendor and distribution to macros
- add missing requires on and maven-plugin-test, maven-plugins-base, and
maven-plugin-xdoc
- macro bracket fixes
- remove demo subpackage (examples are not included in the distribution tarball)
- build in mock
- * Thu Jun 28 00:00:00 2007 Ralph Apel <r{*}apel{%}r-apel{*}de> 0:5.2-1jpp
-
- Upgrade to 5.2
- Drop bootstrap option: not necessary any more
- Add pom and depmap frags
- * Fri Feb 9 23:00:00 2007 Ralph Apel <r{*}apel{%}r-apel{*}de> 0:5.1-10jpp
-
- Fix empty-%post and empty-%postun
- Fix no-cleaning-of-buildroot