After downloading the Gemsbok source code from GITHUB, you will need to configure the environmental variables.
-
Navigate to System Variables:
-
Rightclick the Start Icon > System > Advanced System Settings > Environmental Variables > System Variables
-
-
Update the PATH variable to include the location of the /bin directory of the Ant installation.
-
Example: C:\ant\apacheant1.9.7\bin
-
-
Update the PATH variable to include the location of the /bin directory of the j5 framework.
-
Example: C:\Program Files (x86)\j5\framework\bin
-
-
Set a new ANT_HOME environment variable to the base directory where you installed Ant
-
Example: C:\ant\apacheant1.9.7
-
-
Set the JAVA_HOME environment variable to the directory where your JDK is installed or create a new one if none exists.
-
Example: C:\Program Files (x86)\Java\jdk1.8.0_91
-