To ensure full functionality for some Visual COBOL features, you might be required to obtain and install additional third-party software in addition to the prerequisite software installed automatically by the Visual COBOL setup file. The following information specifies the third-party software required for each feature.
The following application servers are supported using the following JDKs:
Application Servers | JDK version | Containers support version |
---|---|---|
Tomcat 7.0.X | 1.7 | Servlets 2.5 |
JBoss EAP 6.4 | 1.7, 1.8 | Servlets 2.5 |
WebLogic 12.1.1 | 1.7 | Servlets 2.5 |
WebLogic 12.2.1 | 1.8 | Servlets 2.5 |
WebSphere 8.5 | 1.7 | Servlets 2.5 |
WebSphere 9.0 | 1.8 | Servlets 2.5 |
Please consult your Application Server documentation to determine which JDK you should use. The JDK is used to:
After installing the JDK, you need to set up your Java environment.
Support for the following Java application servers using the following JDKs is planned for future release:
Application Servers | JDK (vendor) | Java EE | COBOL RA |
---|---|---|---|
JBoss EAP 7.0 (AS 7.5) | 1.8 (Oracle), 1.8 (OpenJDK) | 7 | X |
IBM WebSphere 8.5.5
(UNIX: all platforms) |
1.7, 1.8 (IBM) | 6 | X |
Tomcat 8.5.x* | 1.7, 1.8 (Oracle), 1.8 (OpenJDK) | ||
*Apache Tomcat is an HTTP server and servlet container supporting Java Servlet and JavaServer Pages (JSP). Micro Focus Tomcat non-transactional support includes servlet generation with J2SE Beans; no transactional support is provided. Tomcat does not support the use of Enterprise Java Beans (EJBs) or resource adapters (RAs). |
You need Oracle's JDK. The earliest supported release of Oracle's JDK 1.7 is 1.7.027. You can download Oracle's JDK from Oracle's Web site.
Java EE 7, including support for EJB 3.2 and Java Connector Architecture 1.7, is supported for the deployment of EJBs generated using the Interface Mapping Toolkit.
The following Java application servers are supported using the following JDKs:
Application Servers | JDK (vendor) | Java EE | COBOL RA |
---|---|---|---|
JBoss EAP 7.1.4 | 1.8 (Oracle)
1.8 (AdoptOpenJDK) |
7 | X |
Oracle WebLogic 12.2.1 | 1.8 (Oracle) | 7 | X |
IBM WebSphere 9.0 | 1.8 (IBM) | 7 | X |
Tomcat 9.0.x* | 1.8 (AdoptOpenJDK) | ||
*Apache Tomcat is an HTTP server and servlet container supporting Java Servlet and JavaServer Pages (JSP). Micro Focus Tomcat non-transactional support includes servlet generation with J2SE Beans; no transactional support is provided. Tomcat does not support the use of Enterprise Java Beans (EJBs) or resource adapters (RAs). |
Please consult your Application Server documentation to determine which JDK you should use. The JDK is used to:
After installing the JDK, you need to set up your Java environment.
Apache Ant is required to perform code analysis from the Visual COBOL command line. You can download Apache Ant from Apache's Web site.
The Microsoft .NET Framework 2.0 or later is required for the CTF Viewer. It is available from the Microsoft .NET downloads area.
Before deploying a COBSQL application, be sure to install and configure all applicable third-party software.
Feature/Platform | 32-bit | 64-bit |
---|---|---|
x86-64 running Windows | X | X |
Before developing or deploying a DB2 ECM application, be sure to install and configure all applicable third-party software.
Feature/Platform | 32-bit | 64-bit |
---|---|---|
x86-64 running Windows | X | X |
Before developing or deploying an OpenESQL application, be sure to install and configure all applicable third-party software.
Feature/Platform | Native and JVM COBOL 32-bit | Native and JVM COBOL 64-bit |
---|---|---|
x86-64 running Windows | X | X |
Tested DBMS Versions | JDBC 4.0 Compliant Drivers |
---|---|
DB2 LUW 10.5
DB2 LUW 11.1 |
db2jcc4.jar (and db2jcc_license_cu.jar) |
Oracle 12.2 | ojdbc7.zip1 |
Microsoft SQL Server 2012
Microsoft SQL Server 2014 Microsoft SQL Server 2016 Microsoft SQL Server 2017 |
sqljdbc4.jar2 |
EDB PostgreSQL 10.5 | postgresql-42.0.0.jre7.jar |
1Some Oracle JDBC drivers are distributed as
.zip rather than
.jar files.
2 On Windows platforms, if you are not using Windows authentication, no additional resources are required. However, if you are using Kerberos authentication with a driver version of 4.0 or later, although integrated authentication is not required, you might need to follow additional configuration steps as described in the driver documentation. No additional resources are required for UNIX platforms. |
To use JDBC DataSource Objects, you must also install and configure a JNDI server.