Install Java JDK
maciejg
Posts: 11
The core platform runs on Java. It is very probable that you may already have Java on your system. If not, then you can install the latest version of Java JDK from this page:
Yes, Oracle now requires that you have an Oracle account with them, but if you need to create one it is a fast and free process. Once you complete the installation, be sure to create JAVA_HOME environment variable and point it to a folder where your JDK was installed, i.e.:
JAVA_HOME
C:\Program Files\Java\jdk-16.0.1
Also add ..\bin and ..\lib to Path environmental variable.