This is a Quick Install guide for the Java AdoptOpenJDK
Linux
AdoptOpenJRE Java installation is a pre-requisite for Enforce and Detection servers.
VERSION DISCLAIMER: <DLPversion> = 15.8 or 16.0 or 16.0.1 |
Download the DLP Platform Installer: https://support.broadcom.com/group/ecx/downloads
Platform Installer: Symantec_DLP_<DLPversion>_Platform_Lin-IN_<DLPfullversion>.zip
Java Installer: Symantec_DLP_<DLPversion>_Platform_Lin-IN_<DLPfullversion>.zip/DLP/<DLPversion>/New_Installs/Release/OpenJDK8U-jre_x64_linux_hotspot_<JREversion>.tar.gz
Copy/Move the installers into your "DLPInstallers", if not done so already, we suggest that you create a version folder as well, in this case "/DLPInstallers/<DLPversion>". Place all of your installers into that <DLPversion> directory.
Install Java:
1. Make the Java directory path
mkdir /opt/AdoptOpenJRE
2. Extract the Java files into the AdoptOpenJRE directory
tar -xf OpenJDK8U-jre_x64_linux_hotspot_<JREversion>.tar.gz -C /opt/AdoptOpenJRE
3. Set your JAVA_HOME and other Environment Variables
How to Modify your BASH profile on a RHEL Server
4.Confirm that Java is installed, running and detecting the correct version
java -version