Visual COBOL ships with Eclipse 4.4.2. After installing
Visual COBOL, you can then also install it in other instances of Eclipse available on the same machine. The supported versions of Eclipse are 4.2, 4.3, 4.4 and 4.5, only for the 32-bit Eclipse.
Restriction: If you are installing into Eclipse 4.5, you must use the Java EE developer version and also have the Eclipse Target Management plugin installed. See
Software requirements for instructions on how to install the plugin.
Note: Visual COBOL does not support the 64-bit Eclipse. You can, however, use the 32-bit Eclipse to create both 32-bit and 64-bit applications.
To assist you with automatically installing the
Micro Focus plug-ins into other instances of Eclipse,
Visual COBOL provides an installation utility,
installeclipseplugins.bat available in the
%ProgramFiles(x86)%\Micro Focus\Visual COBOL\installer folder.
To install
Visual COBOL into another instance of Eclipse:
- Start
a
Visual COBOL command prompt.
- At the command prompt, navigate to the location of the install utility:
%ProgramFiles(x86)%\Micro Focus\Visual COBOL\installer.
- Run the install utility from the command prompt using the following syntax:
installeclipseplugins -eclipse <EclipseInstallDir> -version <version> [-cobdir <InstallDir>] [-nosplash]
Where:
- EclipseInstallDir - full path to the installation directory of the instance of Eclipse you are installing into.
- version - version number of the instance of Eclipse that you are installing into. The valid version numbers are 4.2, 4.3, 4.4, and 4.5 and these also cover minor version numbers such as 4.3.1, 4.3.2 and 4.4.1.
- InstallDir - optional. The full path to the installation directory of
Visual COBOL. If this is not specified, the COBDIR environment variable is used.
- -nosplash - optional. If set, the installation will not replace the existing splash screen. A non-default Eclipse splash screen will not be replaced, regardless of this setting.
Note: The default COBDIR location, in Windows environments,
C:\Program Files (x86)\Micro Focus\Enterprise Developer\bin. Alternatively, the COBDIR can be specified on the command line.
Running the utility installs the
Visual COBOL plug-ins into the specified version of Eclipse and copies the
Visual COBOL
UpdateSite folders into
EclipseInstallDir\eclipse\dropins.
For example, to install
Visual COBOL into an instance of Eclipse 4.3 available in the
c:\eclipse folder, run the install utility with the following parameters:
installeclipseplugins -eclipse c:\eclipse -version 4.3 -nosplash