ERROR: New install on Windows 2019/ i m getting messages: verify the JDK is installed and in the path and not the JRE.
Release : 14.0
Component :
Harweb is the only SCM component that requires a copy of Java SE (JDK) to be installed on the computer. SCM Client comes with its own copy of Java but it's the JRE only so won't work for this. After installing Java JDK,
- add JAVA_HOME to your system environment variables, containing the home folder where JDK was installed
- add to your PATH system environment variable %JAVA_HOME%\bin (or on Linux/Unix $JAVA_HOME/bin).
Then try the HarwebInstall program again.