Pre-requisites

        All Java classes must be compiled for Java 1.8/8, e.g.

                javac -source 8 -target 8 *.java

        CLASSPATH must point to the root directory "path-to\bsf4rexx", such that
        the Java class-loader can locate the compiled Java classes in all subdirectories
        from here

2019-08-24, 2022-08-16, rgf


