To be able to use Hintpad Windows, it is mandatory to install Java.
Option 1: OpenJDK
This option requires a little bit more work to be installed, but is an open source program that can be used for free in a commercial use device. Therefore, we recommend this program.
Option 2: Oracle Java.
This option is easier to install, but it needs a paid licence to be used for commercial purposes.
How to install OpenJDK in Windows 10/11 - Step by Step
First of all, download the program here: OpenJDK download
Once the download is finished, extract the zip file:
Open the extracted folder, and copy the folder ”java-1.8.0-openjdk_Windows” that is inside:
Then go to “This PC” and enter in the disk C
Inside the disk, open “Program Files”.
Inside the “Program Files” folder, create a new folder and name it “java”.
Open the “java” folder just created, and paste the folder “java-1.8.0-openjdk_Windows” inside. You might need to provide administrator permissions. Just click on continue:
Now, open the “java-1.8.0-openjdk_Windows” folder that you just copied.
Once inside, open the folder “bin”.
Then, in the taskbar, copy the direction link of the "bin" folder:
Now, in the left, right click on “This Pc”, and click "Properties".
A window will pop up that shows the specifications of the device. In the right, click on “Advanced System Settings”:
Another window will pop up. Go to the "Advanced" tab of this new window, and click the button “Environment Variables”.
A new window will appear. In the bottom part of this new window, click on “Path” and then click the button “Edit”
In this new window, click on “New”, and paste the direction link of the “bin” folder from before. Then click “Ok” to save and close this window.
Now, again in the Environment Variables window, click on the “New” button of the bottom part:
A new window will prompt. In the “Variable name” write “JAVA_HOME”.
In the “Variable value” paste again the link of the “bin” folder from before, but delete the “bin” from the last part of the link. And then click in “Ok”.
Then proceed to click "Ok" in all the other Windows to close them.
To test if the Java was correctly installed:
Click on the windows icon in the task bar, and write “cmd”. Open the program:
Once the cmd is open, type “java” and press enter.
It will show some lines containing the information about the Java installation. So now we know that it has been installed correctly and it is detected by Windows.