Rocket® Visual COBOL® (formerly a product of Micro Focus or formerly a product of Open Text) documentation, created before Rocket Software acquired certain products from OpenText, may include outdated references to "Micro Focus" or "OpenText", both of which are trademarks of OpenText or its affiliates. Rocket Software is not affiliated with Micro Focus or OpenText and has since rebranded these products as Rocket® products. You may also encounter outdated links in this documentation. If you do, please contact Rocket Support (support@rocketsoftware.com) for assistance.
To add support for Micro Focus resource adapters
Restriction: This topic applies only when the Enterprise Server feature is enabled.
- Locate the appropriate mfcobolpure.jar and mfconnector.jar files. These files contain the classes that support the Micro Focus resource adapters.
- mfcobolpure.jar
- Stored in %ProgramFiles(x86)%\Micro Focus\Visual COBOL\bin and \bin64
- mfconnector.jar
-
Stored in the %ProgramFiles(x86)%\Micro Focus\Visual COBOL\javaee\javaee7\appsrv directory, where appsrv represents a subdirectory named for your Java application server and, in some cases, the version as well. For a list of supported application servers, see the Java Application Servers section of the Supported Operating Systems and Third-party Software topic.
- Update the classpath to point to the mfcobolpure.jar and mfconnector.jar archive files using one of the following methods:
- From the Visual Studio IDE
set classpath=%ProgramFiles(x86)%\Micro Focus\Visual COBOL\bin\mfcobolpure.jar;jar_path\mfconnector.jar;%classpath%
where jar_path is the path to the archive files appropriate to your application server.