isCOBOL WebClient : Getting Started : Download and install isCOBOL Evolve SDK 64-bit
Download and install isCOBOL Evolve SDK 64-bit
Windows
3. Sign in with your User ID and Password.
4. Click on the "Download Software" link.
5. Scroll down to the list of files for Windows x64 64-bit. Select isCOBOL_2021_R1_Windows.64.msi, where n is the build number.
6. Run the downloaded installer to install the files.
7. Select the desired items from the list of products when prompted.
8. Select your JDK/JRE when prompted
9. Follow the wizard procedure to the end. In the process you will be asked to provide the installation path ("C:\Veryant" by default) and license keys. You can skip license activation and perform it later, as explained in Activate the License.
Linux
3. Sign in with your User ID and Password.
4. Click on the "Download Software" link.
5. Scroll down, and select the appropriate .tar.gz file for the Linux 64 bit platform.
6. Extract all contents of the archive:
gunzip isCOBOL_2021_R1_*_Linux.64.x86_64.tar.gz
tar -xvf isCOBOL_2021_R1_*_Linux.64.x86_64.tar
7. Change to the "isCOBOL2021R1" folder and run "./setup", you will obtain the following output:
===============================================================================
 
isCOBOL EVOLVE Installation
For isCOBOL Release 2021R1
Copyright (c) 2005 - 2021 Veryant
 
===============================================================================
 
Install Components:
 
[0] All products...................................... (no)
[1] isCOBOL Compiler (includes [2] & [3])............. (yes)
[2] isCOBOL Runtime (includes [3]).................... (no)
[3] isCOBOL ThinClient................................ (no)
[4] isCOBOL RemoteCompiler............................ (no)
[5] isCOBOL EIS....................................... (no)
[6] isCOBOL DatabaseBridge............................ (no)
[7] isCOBOL Server.................................... (no)
[8] isCOBOL WebClient................................. (no)
[9] isCOBOL LoadBalancer.............................. (no)
[10] isCOBOL Mobile.................................... (no)
 
Install Path:
[P] isCOBOL parent directory: UserHome
 
JDK Path:
[J] JDK install directory: JavaHome
 
[S] Start Install [Q] Quit
 
==============================================================================
Please press [ 1 2 3 4 5 6 7 8 P J S Q ]
 
8. Type "8", then press Enter to select isCOBOL WebClient.
9. (optional) Type "P", then press Enter to provide a custom installation path, if you don’t want to keep the default one.
10. Type "S", then press Enter to start the installation.
 
Note - if the setup script is not available for your Unix platform or you don’t want to use it, just extract the tgz content to the folder where you want isCOBOL to be installed.
isCOBOL Evolve for UNIX/Linux provides shell scripts in the isCOBOL "bin" directory for compiling, running, and debugging programs. These scripts make use of two environment variables, ISCOBOL to locate the isCOBOL installation directory and ISCOBOL_JDK_ROOT to locate the JDK installation directory. To use these scripts set these environment variables and add the isCOBOL "bin" directory to your PATH.
For example, if you install isCOBOL in "/opt/isCOBOL" and your JDK is in "/opt/java/jdk1.8.0":
export ISCOBOL=/opt/isCOBOL
export ISCOBOL_JDK_ROOT=/opt/java/jdk1.8.0
export PATH=$ISCOBOL/bin:$PATH
Other Unix
The WebClient product is qualified only for the Linux platform. Despite the platform independent includes it, there's no guarantee that it will work correctly on other Unix platforms.
Distribution Files
For information on a specific distribution file, please see the README file installed with the product.