Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
All you need to run BeanShell is the Java runtime system. Under Windows, with SDK 1.2 or greater, you may simply double-click the JAR file icon to start the BeanShell desktop. More generally, you can simply add the JAR to your class path:
Unix: export CLASSPATH=$CLASSPATH:bsh.jar Windows: set classpath %classpath%;bsh.jar