...
- Go to https://adoptopenjdk.net/
- Select OpenJDK 11 (LTS)
- Click Newest Release
- Choose your platform (Windows x32 or Windows x64)
- Click Install JDK
- Open the downloaded file
- Click Next
- Leave the selection as is and click Next again
- Click Install
- Restart your PC
To verify the installation was successful go to your Command Line (CMD in Windows search bar) and
typtype
Code Block java -version
- The output should now look like this:
Info |
---|
You need administrative permissions on your PC to install Java and run HiveMQ. |
...