To add support for Micro Focus resource adapters

  1. Locate the appropriate mfcobolpure.jar and mfconnector.jar files. These files contain the classes that support the Micro Focus resource adapters. They are provided in the following locations by default:
    mfcobolpure.jar
    %ProgramFiles(x86)%\Micro Focus\Enterprise Developer\bin and \bin64 (Windows) or $COBDIR/lib (UNIX)
    mfconnector.jar
    Subdirectories of %ProgramFiles(x86)%\Micro Focus\Enterprise Developer\javaee\javaee7 (Windows) or $COBDIR/javaee/javaee7 (UNIX) that correspond to supported application servers as follows:
    • ibmwebsphere90
    • jboss71EAP
    • oracleweblogic1221
  2. Update the classpath to point to the mfcobolpure.jar and mfconnector.jar archive files using one of the following methods:
    From the Eclipse IDE
    Windows:
    set classpath=%ProgramFiles(x86)%\Micro Focus\Enterprise Developer\bin\mfcobolpure.jar;jar_path\mfconnector.jar;%classpath%
    UNIX:
    CLASSPATH=$COBDIR/lib/mfcobolpure.jar:jar_path/mfconnector.jar:$classpath

    where jar_path is the path to the archive files appropriate to your application server.