Java Example (Running ooRexx Scripts from Java) Using a Java Implemented Rexx Command Handler named "EPOQUE"

Hint: if you wish to look at the ooRexx code with syntax highlighting, then you can use the free and open-source editor "[g]vim", which is available for practically all platforms and can be downloaded from its homepage at http://www.vim.org/.
. <directory> (List of this directory)
Display all of this directory's files and directories.
.. <directory> (List of parent directory)
Display all of the parent directory's files and directories.
JavaRunRexxWithCommandExits.java
A Java demonstration program to show, how easy it is to invoke a Rexx program for which ten (!) different Rexx command handlers got implemented in Java. The program also demonstrates how to raise conditions and errors, get and set Rexx variable values from the Rexx command handlers that got implemented in Java.

The companion Rexx program is: testRexxWithCommandExits.rxj.

To run enter the following command on the command line:

    java JavaRunRexxWithCommandExits

Rony G. Flatscher, 2012-02-21, Wien/Vienna, Austria, Europe