To use the IBM WebSphere MQ Workflow 3.x Java Generic API Test and Prototyping Tool, you must have installed and configured the IBM WebSphere MQ Workflow Java APIs. For details, see the IBM WebSphere MQ Workflow 3.x Installation Guide for the prerequisites you need for the Java APIs (for example, Java Runtime Environment JRE, etc.).
Installation / Configuration:
For example: set classpath=<ToolDirectory>\fmctogat.jar;%classpath% (OS/2 / Windows platforms) or export CLASSPATH=<ToolDirectory>/fmctogat.jar:$CLASSPATH (UNIX / OS/390 platforms)
For example: java com.ibm.workflow.api.tool.JGATT or jre -classpath <path> com.ibm.workflow.api.tool.JGATTAs a result, you get a report from the tool showing its invocation possibilities.
Component | Required classpath settings | Remarks |
API on MQWF Java agent | fmcojagt.jar | of MQWF |
API on MQWF thin client | fmcojapi.jar | of MQWF |
java | classes.zip | of JDK (< JDK 1.2) |
jre | rt.jar | of JDK/JRE (< JDK 1.2) |
jre (in conjunction with NLS) | rt.jar;i18n.jar | of JDK/JRE (< JDK 1.2) |
Corba | vbjapp.jar;vbjorb.jar | of Inprise VisiBroker for Java |
Corba | vbjcosnm.jar | of Inprise VisiBroker for Java for COS_LOCATOR |