Open JDK installation

Open JDK installation

To be able to use Hintpad Windows, it is mandatory to install Java. 

There are two options available:

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.

            









      
    • Related Articles

    • Marker-Optionen Delay, Auto-Open und Hide

      Für jeden Marker stehen zusätzliche Optionen zur Verfügung, mit denen sie sich für besondere Anforderungen anpassen lassen. Delay Der Marker ist unsichtbar, bis die hier angegebene Zeitspanne abgelaufen ist. Die Angabe bezieht sich immer auf die ...
    • How to install Hintpad on Windows 10/11

      Prepare Windows before you install the Hintpad software on your PC Install the latest Windows updates: 1. Press the Windows Icon in the task bar and type: “Updates” 2. Click on the option that shows: 3. Then check if there are updates for your device ...
    • Wo finde ich die Fotos der Spiele?

      Die Fotos, die mit Hilfe des Markertyps "Take a picture" erstellt werden, sind in der Fotogallerie des iPads gespeichert und werden gleichzeitig als Anhang zu der jeweiligen Spielgruppe ins Dashboard übertragen. Ihr könnt die Bilder somit ganz ...
    • Log Files - How to find them

      Hintpad Windows records all that is configured in the program in text files called "Logs". These files contain information about the program, its executions, import and exports, and more important, any error that might happen. Therefore, if you ...
    • Feedback von Rätseln mit Hilfe der API erhalten und verarbeiten

      Hintpad kann auf zwei verschiedene Arten Feedback erhalten. Entweder über eine offene API (JSON) oder in Kombination mit einem Controllino. Per API kann jede beliebige Anwendung mit Hintpad verbunden werden. Beispiel-Code (Javascript) // Send html ...