Java Examples (Running ooRexx Scripts from Java)
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.
- InvokeRexxFromJava.java
- A Java demonstration program to show, how easy it is to invoke a Rexx program, supply
arguments to it and retrieve a return value.
- JavaRunRexx_01.java
- Demonstrate how to invoke an ooRexx program and supply it
a Java object to interact with.
- JavaRunRexx_02.java
- Demonstrate how to invoke an ooRexx program and supply it
a Java object to interact with. This version first causes
the ooRexx package
BSF.CLS
to be loaded into the ooRexx interpreter
instance, such that the next ooRexx script that gets executed
already has full access to the public classes and routines of
the BSF.CLS
ooRexx package.
- JavaRunRexx_03.java
- Demonstrate how to interact with a Rexx object from Java.
- JavaRunRexx_04.java
- Demonstrate how to fetch and interact with a Rexx condition object from Java.
Rony G. Flatscher, 2010-08-23, Wien/Vienna, Austria, Europe