< Home - < Back

bsh


Information about the package, bsh, which is shipped with common Linux distributions. The bsh package is designed for, Lightweight Scripting for Java.


Package Name:

bsh

Summary:

Lightweight Scripting for Java

Description:

BeanShell is a small, free, embeddable, Java source interpreter with object scripting language features, written in Java. BeanShell executes standard Java statements and expressions, in addition to obvious scripting commands and syntax. BeanShell supports scripted objects as simple method closures like those in Perl and JavaScript(tm). You can use BeanShell interactively for Java experimentation and debugging or as a simple scripting engine for your applications. In short: BeanShell is a dynamically interpreted Java, plus some useful stuff. Another way to describe it is to say that in many ways BeanShell is to Java as Tcl/Tk is to C: BeanShell is embeddable - You can call BeanShell from your Java applications to execute Java code dynamically at run-time or to provide scripting extensibility for your applications. Alternatively, you can call your Java applications and objects from BeanShell; working with Java objects and APIs dynamically. Since BeanShell is written in Java and runs in the same space as your application, you can freely pass references to "real live" objects into scripts and return them as results.

Architecture:

noarch

Version:

1.3.0

Release:

15.5.el6

Size:

625 k

Repository:

base

From Repository:

Licence:

SPL or LGPLv2+



Handy Yum Commands for bsh


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


Command

Description of Command

yum install bsh

This command will install bsh on the server.

yum remove bsh

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

yum -y remove bsh

This command will un-install bsh 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 bsh when using the -y flag.

yum update bsh

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

yum -y update bsh

This command will update bsh 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 bsh when using the -y flag.

yum info bsh

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

yum deplist bsh

This command will show you the dependencies for bsh. 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 bsh

This command will check if there is an update waiting on bsh. 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.