Install Genero Web Application
To build and package Genero Web applications, you must first install Genero Web Application (GWA).
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/.
The Genero Web Application and Genero BDL X.YZ versions are interdependent in terms of pcode compatibility: To build a GWA 5.01 embedded app, the source code needs to be compiled with Genero BDL 5.01.
- Download Genero Web Application from the Four Js Web site.
The Genero Web Application product is delivered as a zip that can be unzipped either to the FGLDIR or to a separate directory. The recommended installation is to unzip it directly over FGLDIR. Examples of both installation methods are given here.
The zip file will contain all tools to build the final GWA application. Notice that those tools are written in Genero and require a valid Genero BDL 5.01 or greater to be installed.
- Install Genero Business Development Language. See Installing Genero BDL for more details.
The preferred installation is to unzip the Genero Web Application package (fjs-gwa-*.zip) directly over FGLDIR.
- The GWA tools,
gwabuildtool
,gwarun
, andgwasrv
, are immediately in the PATH if$FGLDIR/bin
is in the PATH already. - The GWA API is immediately available for
IMPORT FGL
without the need to setFGLLDPATH
explicitly.
$ unzip -q -o -d $FGLDIR fjs-gwa-*.zip
Install GWA in its own directory
If you need to test several versions of GWA against a single installation of Genero BDL, you will extract each GWA distribution archive to a separate directory.