Compiling COBOL call stub Java classes

COBOL call stub Java™ classes must be compiled with the marshal.jar and ilcontainer.jar files on the class path. The marshal.jar and ilcontainer.jar files are included with the COBOL call stub generator tool.

Procedure

  1. To compile the data bindings classes, use the following example:
    $ CSG_LIB=/COBOLCallStubGenerator/lib
    $ javac –cp ./;$CSG_LIB/marshal.jar;$CSG_LIB/ilcontainer.jar   \
    com/ibm/ws/batch/ilc/sample/parameters/*.java
  2. To compile the call stub, use the following example:
    $ javac –cp ./;$CSG_LIB/marshal.jar;$CSG_LIB/ilcontainer.jar   \
    com/ibm/ws/batch/ilc/sample/*.java
    支援的配置 支援的配置: Add the marshal.jar and ilcontainer.jar files to your IBM® Rational® Application Developer for WebSphere® Software product build path to compile the stub and data bindings classes.sptcfg

指出主題類型的圖示 作業主題



時間戳記圖示 前次更新: July 9, 2016 11:15
http://www14.software.ibm.com/webapp/wsbroker/redirect?version=cord&product=was-nd-mp&topic=tgrid_compile_javacall_stubs
檔名:tgrid_compile_javacall_stubs.html