Install Genero Business Development Language
These topics relate to the installation of Genero Business Development Language.
The installation and licensing of Genero products requires you to read and accept the End User License Agreement, which can be found on the Four Js website at https://4js.com/end-user-license-agreements/.
Installation can vary depending on the host operating system. Ensure you follow the installation instructions for your host operating system.
See the Genero Business Development Language User Guide for additional installation and configuration information.
System requirements
For details about system requirements, refer to the Supported platforms and databases document (available on the Download page of the Four Js Web site) or contact your support center.
Genero Business Development Language packages
The Genero Business Development Language software is a self-extractable installation program.
Genero BDL package files follow a specific naming convention:
fjs-product-version-build-osident.extension
- product is the product identifier
- version is the release number of the software
- build is the build information
- osident is the operating system identifier
- extension is run on UNIX™ platforms, exe on Windows® platforms, and dmg or run on macOS™ platforms.
Examples
fjs-fglgws-3.10.00-build2239_gws126106-a640610.run
fjs-fglgws-3.10.00-build2239_gws126106-w64v100.exe
Pre-install tasks
- You have a license number and a license key for Genero BDL development or runtime. See License Genero Business Development Language for more details.
- You have either a valid maintenance contract (for BDL versions 2.20 or higher) and maintenance key, or a subscription key. See License Genero Business Development Language for more details.
- You are using a supported operating system. See the Supported platforms and databases document (available on the Download page of the Four Js Web site).
- You are connected to the system as a user with sufficient privileges to install the software in the target directory.
- Your configuration matches all hardware requirements and software requirements.
Before starting the installation program, make sure that the database client environment variables are set.
- You have set the environment variables for the database client software (for example,
INFORMIXDIR
). - You have access to all needed DLLs (PATH) or shared libraries (LD_LIBRARY_PATH, LD_LIBRARY_PATH_64, SHLIB_PATH, LIBPATH or DYLD_LIBRARY_PATH).
- You can use the C compiler, if you need to create C Extensions.
- You can use the JDK, if you need to use the Java Interface.
C compiler for C Extensions
Applications using C extensions need a C compiler and linker to build the C extension library that will be loaded by the runtime system.
On UNIX platforms, you need a cc compiler on the system where you create the C extension libraries. Note that some UNIX systems do not have a C compiler installed by default.
On Windows platforms, it is mandatory to install Microsoft® Visual C++ version corresponding to the installed Genero BDL package. The OS identifier of the Genero BDL package file name identifies the Visual C++ version to be used.
Java
In order to use the Java interface in your application programs, you need the Java software installed and properly configured. Java is also required for the JGAS and the GGC, which are delivered as part of the FGLGWS package.
- Install the Java Development Kit on development sites (if you need to compile your own Java classes).
- Install the Java Runtime Environment on production sites (on the server where your programs are running).
java --version
In order to execute Java byte code, the Genero runtime system uses the JNI interface. The JVM is loaded as a shared library and its binary format must match the binary format of the Genero runtime system. For example, a 64-bit Genero package requires a 64-bit JVM.
For a detailed list of supported JVMs, refer to the Supported platforms and databases document (available on the Download page of the Four Js Web site).
Install Genero BDL on UNIX platforms
Follow these steps to install Genero Business Development Language (BDL) on UNIX platforms.
The installation and licensing of Genero products requires you to read and accept the End User License Agreement, which can be found on the Four Js website at https://4js.com/end-user-license-agreements/.
On UNIX platforms, Genero BDL is provided as an auto-extractable shell script. Distribution files and installation program are provided in the same file.
The installation program has options. Display the installation program options using the help
(-h
) option:
./fjs-fgl-version-buildYYYYMMDDhhmm-osident.run
-h
For example:
./fjs-fglgws-4.00.00-build202005131737-h64i112.run -h
Ensure that the daemon is run as a non-privileged user (not root) on Linux®/UNIX systems. It is recommended the non-privileged user also add the licenses.
Install BDL on UNIX platforms in silent mode
Install BDL silently on GNU/Linux and UNIX platforms.
To start the installation, type the following:
./fjs-fglgws-version-buildYYYYMMDDhhmm-osident.run -a -q -t install_dir
For example:
./fjs-fglgws-4.00.00-build202005131737-h64i112.run -a -q -t $PWD/fglgws-4.00
Options
Table 1 shows the options relating to installation.
Install option | Description |
---|---|
-a or --accept |
Bypass the display and the prompt for acceptance of the license agreement. Using the
-a option indicates that you have read and accepted the End User License Agreement,
located on the Four Js website at https://4js.com/end-user-license-agreements/. |
-c or --check |
Check integrity of the archive and of bzip2/tar binaries embedded in this program. |
|
Specify what happens if the installation directory already exists:
|
-k or --keep |
Do not delete working directory when done. |
-l or --list |
Print the list of files in the archive. |
-h or --help |
Display help about all possible options. |
-i or --install |
Install the product. Important:
This option is not recommended. It is included only for backward compatibility. |
|
Display the license of the product. |
-n or --nocheck |
Escape the checksum test on the archive included in the installer. |
-q or --quiet |
Silent mode with no UI. If -q is not specified, the interactive installer is
used. |
-r or --root |
Allow the 'root' user to install the package. Important:
Installing as |
-V or --version |
Show the version number. |
|
Install the product in the specified target directory. If this option is not specified, the default installation is used. |
|
Specify the working directory. By default, a temporary directory is created in $TMPDIR or /tmp. |
-x or --extract |
Extract the contents of this program, but do not run fglgws-installer . This
option implies --keep . |
--dblist |
List database drivers available for this package. |
Install Genero BDL on Windows
Install Genero BDL on Windows platforms.
If your installation directory is in the C:\Program Files path, you must run as administrator when you license the product. This avoids any permission issues.
Install BDL on Windows in silent mode
Install Genero BDL on Windows platforms using the MSI installer.
The installation and licensing of Genero products requires you to read and accept the End User License Agreement, which can be found on the Four Js website at https://4js.com/end-user-license-agreements/.
On Microsoft Windows, the Genero BDL package is provided with a standard MSI Windows setup program. Distribution files and installation program are provided in the same file.
The msiexec utility provides the means to install,
modify, and perform operations on Windows Installer from the command line. The
/qn
option allows you to install in silent mode. The
msiexec utility expects an msi file. To be
compliant with Microsoft User Access Control
(UAC) requirements, the msi file is embedded inside an
exe file. To extract the msi file from the
exe file, use the /x
option:
fjs-fglgws-version-build-osident.exe /x
For example:
fjs-fglgws-4.00-build2281_gws128706-w32v100.exe /x
A msi file is created in the same directory and with the same name as the exe file.
Options
Table 2 shows the most common options for msiexec relating to installation and un-installation.
msiexec option | Description |
---|---|
/qn |
Silent mode with no UI. If /qn is not
specified, the graphical installer is used. |
/i package-name.msi
|
Install the specified msi package. |
/x package-name.msi
|
Uninstall the specified msi package. |
/log logfile
|
Write processing info to the specified log file. |
/l*vx logfile |
Provide verbose (detailed) logs in the specified log file. |
Enter msiexec from the command prompt to view the complete list of available options.
Arguments
You can pass arguments to the msiexec installer on the command line.
Argument | Description |
---|---|
PRODUCTDIR=fgldir-path |
The path where BDL is installed. It is an alias of FGLDIR variable. |
FGLDIR=fgldir_path |
The path where BDL is installed. It is an alias of the PRODUCTDIR variable. |
STARTMENUFOLDER=startmenu-folder
|
Customize the location for the shortcuts in the startmenu. For example, "fjs\fgl". |
FORCEREMOVEPRODUCTDIR=YES |
On uninstall, remove the PRODUCTDIR location, even if it is not empty. YES = Force removal of PRODUCTDIR. Other = Keep files in PRODUCTDIR. Default value: "" (empty string) |
Quotes are only required around the argument value when a space character is in the value string.
Call your support center for more details if this silent installation is required.
Install Genero BDL on macOS
The installation and licensing of Genero products requires you to read and accept the End User License Agreement, which can be found on the Four Js website at https://4js.com/end-user-license-agreements/.
You need a macOS and an user account which has administrator access level.
Download the installation package for the macOS .
If you plan to license Genero BDL during the installation process, ensure you have the license number, license key, and maintenance/subscription key available.
Genero packages for Apple® Mac® and the macOS operating system are provided as x86 packages, which are designed to run on Intel® processors. Rosetta enables a Mac with Apple silicon to use apps built for a Mac with an Intel processor. If you are using such a machine, you will be asked to install Rosetta the first time you install or open your Genero app. Rosetta works automatically in the background whenever you use an app that was built only for Mac computers with an Intel processor. It translates the app for use with Apple silicon. If Rosetta is already installed, you are not asked to install it again.
Follow these instructions to install the Genero BDL on macOS.
When installation is complete, see the Genero Business Development Language User Guide for configuration information and instructions.
Post-install tasks
Tasks to complete after the installation of Genero BDL.
After installing the product, it is recommended that you first read the license terms provided in the FGLDIR/license directory.
Release information files are provided in FGLDIR/release directory: The readme.txt file may contain important last-minute information that may not be found in the documentation.
A list of corrected defects can be accessed at the issue tracker page of the Four Js website at the following URL:
https://4js.com/support/issue/FGL
It is recommended that you read the details of the new features as well as upgrade notes provided in the Upgrading section of Genero Business Development Language User Guide.
Depending on the database server you want to connect to, you will need to set up the correct
database driver in FGLPROFILE
. The default database driver is selected at
installation time. For more details about database driver configuration, see
Connections in the Genero Business Development Language User Guide
If you have configurations from a previous installation version, for example in your fglprofile, avoid copying these files in to your new installation. The preferred practice is to use the default from the new install package so that you benefit from any new or changed syntax it may contain and then reapply your custom changes.