How to Install bsh-src in Ubuntu 18.04



Install bsh-src by entering the following commands in the terminal:

sudo apt update
sudo apt install bsh-src

Description:

Java scripting environment (BeanShell) Version 2 (source code)

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 you applications. In short: BeanShell is a dynamically interpreted Java, plus some useful stuff. . This package contains the bsh source code.

Homepage: http://www.beanshell.org

Version: 2.0b4-19

Section: universe/java