logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

xbsh - BeanShell: A Java scripting environment (windowed version).

Author

       This  manual page was written by Ruud de Rooij <ruud@debian.org> for the Debian GNU/Linux system (but may
       be used by others).

                                                                                                         XBSH(1)

Description

       BeanShell  is  a  small,  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. You can also script objects as simple method closures like those in Perl
       and JavaScript(tm).

       xbsh starts the windowed version of BeanShell.

Name

       xbsh - BeanShell: A Java scripting environment (windowed version).

Options

       The program xbsh optionally takes a -classpath option which sets the value of the  CLASSPATH  environment
       variable  to  the  specified  path  before  starting  the  BeanShell.  This option is mainly provided for
       compatibility with JDE (Java Development Environment for Emacs).

       In addition, a file to be executed may be given as argument to xbsh.

See Also

bsh - the command-line version of BeanShell.

       More documentation on BeanShell can be  found  in  /usr/share/doc/bsh-doc/  if  the  bsh-doc  package  is
       installed.

Synopsis

xbsh [-classpathpath] [file]

See Also