The RFML component has the same workstation Java virtual machine requirements as the rest of the IBM Toolbox for Java.
In addition, in order to parse RFML at run-time, the CLASSPATH for the application must include an XML parser. The XML parser must extend class org.apache.xerces.parsers.SAXParser. Toolbox for Java includes a compatible parser, the XML Parser for Java, which is included in the Toolbox for Java x4j400.jar file. For more information, see Jar files.
Note: RFML has the same parser requirements as PCML. As with
PCML, if you preserialize the RFML file, you do not need to include an XML parser
in the application CLASSPATH to run the application.