Install BSF4ooRexx on Linux

BSF4ooRexx

Install BSF4ooRexx

  1. Visit (https://sourceforge.net/projects/bsf4oorexx/files/)
  2. Choose folder GA (general available version)
  3. Choose newest version of BSF4ooRexx (as of July 2016: BSF4ooRexx-450.20140914-GA)
  4. Unzip the downloaded archive
  5. Open a terminal window (how?) and navigate into the unzipped subdirectory "bsf4oorexx/install/linux"
  6. Execute "sudo sh install.sh"

Now, ooRexx and BSF4ooRexx are installed.

Executing scripts

  1. Open a terminal window (how?)
  2. Navigate to the scripts location
  3. Run the script.
    1. Enter "rexxj.sh <filename>.<extension>" (e.g. "rexxj.sh HelloWorld.rxj") and confirm by pressing enter

Great! You have everything installed and ran your first script!