...
Table of Contents | ||
---|---|---|
|
...
Required software
Download and install the following software:
- MSSQL database Express edition
- 7zip
Check the System Settings
...
- Open the System properties of your PC.
- Select the [Advanced] tab.
- Click the button [Environment variables].
- Ensure that the variable
JAVA_HOME
exists under system variables and/or user variables. - If the
JAVA_HOME
variable is not present, click the top [New] button and enterJAVA_HOME
as the name and then add the path to Java (C:\GX\Java\jdkx.x.x_XX
, for example). - Click the top [New] button and enter
PATH
as the name and then enter the path to the Javabin
directory values for the following directories:- JAVA\bin
- Apache Maven\bin
- 7zip
- (
C:\GX\apache-maven-x.x.X\bin;C:\GX\Java\jdkx.x.x_XX\bin
, for example).
...