How to install java for PDS-provided Java apps? (Validate, Harvest, Registry Manager, LDDTool, etc.) ? #63
-
From users of validate/harvest/registry-mgr or ldd-tools As a pre-requisite, java 11 needs to be installed for these tools. How do I proceed ? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Here are step-by-step instructions, created by chatGPT but not tested by PDS, for installing OpenJDK 11 on Linux, macOS, and Windows: 1. Installing OpenJDK 11 on LinuxDebian/Ubuntu-Based Systems:
CentOS/RHEL-Based Systems:
Fedora:
2. Installing OpenJDK 11 on macOS
3. Installing OpenJDK 11 on Windows
These steps should help you install OpenJDK 11 on your respective operating system. Let me know if you need any further assistance! |
Beta Was this translation helpful? Give feedback.
Here are step-by-step instructions, created by chatGPT but not tested by PDS, for installing OpenJDK 11 on Linux, macOS, and Windows:
1. Installing OpenJDK 11 on Linux
Debian/Ubuntu-Based Systems:
Update your package list:
Install OpenJDK 11:
Verify the installation:
This command should display OpenJDK version 11.
CentOS/RHEL-Based Systems:
Install the EPEL repository (if not already installed):
Install OpenJDK 11:
Verify the installation:
Fedora:
Install OpenJDK 11:
Verify the installation: