Java Example (Running ooRexx Scripts from Java) Using a Java Implemented
Rexx Exit Handler
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.
- JavaRunRexxWith_RXNOVAL_Exit.java
- A Java demonstration program to show, how easy it is to invoke a Rexx program for
which a Rexx RXNOVAL exit handler got implemented in Java.
The companion Rexx program is:
testRexxWith_RXNOVAL_Exit.rxj.
To run enter the following command on the command line:
java JavaRunRexxWith_RXNOVAL_Exit
Rony G. Flatscher, 2012-02-21, Wien/Vienna, Austria, Europe