< Home - < Back

bcel


Information about the package, bcel, which is shipped with common Linux distributions. The bcel package is designed for, Byte Code Engineering Library.


Package Name:

bcel

Summary:

Byte Code Engineering Library

Description:

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.

Architecture:

x86_64

Version:

5.2

Release:

7.2.el6

Size:

1.4 M

Repository:

base

From Repository:

Licence:

ASL 2.0



Handy Yum Commands for bcel


Control the bcel package with the following handy commands outlined below.


Command

Description of Command

yum install bcel

This command will install bcel on the server.

yum remove bcel

This command will un-install bcel on the server. When you run this command, you will be asked if you are sure that you want to remove bcel, so you have to manually confirm that you want to do this.

yum -y remove bcel

This command will un-install bcel on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove bcel when using the -y flag.

yum update bcel

This command will update bcel to the latest version. When you run this command, you will be asked if you are sure that you want to remove bcel, so you have to manually confirm that you want to do this.

yum -y update bcel

This command will update bcel to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove bcel when using the -y flag.

yum info bcel

This command will show you core information about the bcel package.

yum deplist bcel

This command will show you the dependencies for bcel. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.

yum check-update bcel

This command will check if there is an update waiting on bcel. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.