Previous Topic Next topic Print topic


Software Requirements

Note:
  • The setup file will check your machine for whether the prerequisite software is installed and will install any missing prerequisites and the product components.
  • Besides the software listed below, the setup file also installs the 32-bit Java 8 Update 51.

Visual Studio IDE

This product requires Microsoft's Visual Studio - either the Visual Studio Integrated Shell or a more advanced version of Visual Studio.

The following advanced editions of Visual Studio are required:

  • Professional, Enterprise or Community Edition
Important:
  • Code generation issues in Microsoft's 64-bit JIT (just-in-time) compiler delivered as part of .NET version 4.6 can result in incorrect execution of some COBOL code compiled to .NET. Version 4.6 of the .NET Framework is currently shipped as default with Visual Studio 2015 and Microsoft's Windows 10. The problems include incorrect execution of MOVE and STRING statements applied to alphanumeric operands, and incorrect execution of the ROUNDED phrase for arithmetic statements.

    Some of these issues only seem to be reproducible in COBOL language applications compiled to .NET and some can be reproduced in other languages (C# or Visual Basic).

    These problems have been reported and acknowledged by Microsoft and it is our belief that they either have resolutions or are working on fixes for all of them.

    Until these issues have been confirmed as resolved by Microsoft, Micro Focus recommends that managed COBOL code should not be executed on the .NET Framework 4.6 platform. For further information about these issues and guidelines on how to disable the latest version of the 64-bit JIT compiler, see RyuJIT Bug Advisory and Troubleshooting RyuJIT.

  • Enterprise Developer for Visual Studio 2015 does not support Visual Studio 2015 Shell as the Shell has a number of restrictions to COBOL development. The Visual Studio 2015 Shell is not included in the setup for Enterprise Developer for Visual Studio 2015 and before you start the installation, ensure that there is an advanced edition of Visual Studio 2015 installed on your machine.
Note:
  • On Windows 8.1 RT, Windows 8.1 or Windows Server 2012 R2, you must have the Windows update KB 2919355 before you install Visual Studio 2015. Download KB 2919355 from the Microsoft Download Center.
  • Microsoft Visual Studio Express Edition is not supported.
  • You can download the Visual Studio Integrated Shell from the Microsoft Download Center. If you choose to install the Shell, ensure you run the installer to complete the installation - run vsintshell.enu.exe from the location where you installed the download.

    Note that some Visual Studio features might not be available with the Shell. This includes WCF - the help for more details.

The following software is also required:

  • Microsoft Windows SDK is required if you are using the Visual Studio Shell. See the Microsoft Download Center and search for Windows SDK.
  • Microsoft .NET Framework 4.6. This is included with Visual Studio 2015.

UNIX/Linux:

These are the software requirements for Micro Focus Enterprise Developer Unix Components:

  • The pax archiving utility is required by the setup file. Pax is distributed with most UNIX/Linux systems but, if it is missing, you must install it separately. To verify pax is installed, run pax --help or pax --version at the command line.
  • On SUSE 11, you must have the following operating system libraries installed:
    Additional libraries for Micro Focus Enterprise Developer Unix Components
    Library Platform
    SUSE 11
    glibc-locale-32bit
    gcc (gcc-32-bit)
  • On Red Hat 6.x and Red Hat 7, you must have the following operating system libraries installed:
    All Enterprise Developer products
    • gcc*.i686
    • glibc-*.x86_64
    • glibc-*.i686
    • libgcc-*.x86_64
    • libgcc-*.i686
    • libstdc++-*.x86_64
    • libstdc++-*.i686
    Additional libraries required to use the core_on_error runtime variable
    gdb - the gdb packages (for the GNU Project Debugger) can be installed from the install media for your OS.
    Additional libraries for Micro Focus Enterprise Developer Unix Components
    • gcc*.i686
    • gcc*.s390
    • glibc-*.s390
    • glibc-*.s390x
    • glibc-devel-*.x86_64
    • glibc-devel-*.i686
    • glibc-devel-*.s390
    • glibc-devel-*.s390x

    Visit the Red Hat Web site for more information.

  • On SUSE and Red Hat, PL/I support requires that you have the following operating system libraries installed:
    • libelf-devel-0.137-8.19
    • libelf1-0.137-8.19
    • libelf1-32bit-0.137-8.19
  • Xterm, the terminal emulator for the X Window System, is part of your UNIX/Linux distribution but is not installed by default. Use your UNIX/Linux installation media to install it.
  • Oracle's Java Platform, Enterprise Edition (Java EE) 7 or Java 8 is required to execute COBOL JVM code and for native COBOL and Java interoperability. The setup file installs Java 8 u51 32-bit. You can download Oracle's Java EE from Oracle's Web site and install it anywhere on your machine.
    Note:
    • On AIX and zLinux, you need to have IBM's JDK. The earliest supported release of IBM's JDK is 7.0 Service Refresh 8. You can get IBM's AIX JDK from IBM's Web site.
    • On HP-UX, you need to have HP-UX JDK. The earliest supported release of HP-UX is JDK 7.0.11. You can get the HP-UX Java JDK from HP's Web site.
  • You need to set the JAVA_HOME environment variable. When installing the product, set this variable to a 32-bit Java installation or the installation terminates. For example, execute the following:
    JAVA_HOME=java_install_dir

    where java_install_dir is the path to the JAVA installation directory such as /usr/java/javan.n

  • You need to add $JAVA_HOME/bin to your system PATH variable. To do this, execute:
    export PATH=$JAVA_HOME/bin:$PATH
  • You need to set the LANG environment variable to pick up localized messages. The LANG settings are English and Japanese only.

Other Requirements

Important: This release requires version 10000.2.990 or later of the Micro Focus License Administration tool. For local servers, you do not need to install it separately, as the setup file installs a new Enterprise Developer client and a new licensing server on the same machine.

If you have a network server, you must update the license server before installing the product as the client is not able to communicate with license servers of versions older than 10000.2.660. On Windows, you can check the version of your license server by clicking Help > About in the Micro Focus License Administration tool.

You can download the new version of the license server software from the Micro Focus SupportLine Web site: http://supportline.microfocus.com.

Previous Topic Next topic Print topic