Java AdoptOpenJDK Quick Install Guide for Linux
search cancel

Java AdoptOpenJDK Quick Install Guide for Linux

book

Article ID: 272235

calendar_today

Updated On:

Products

Data Loss Prevention Data Loss Prevention API Detection for Developer Apps Virtual Appliance Data Loss Prevention API Detection Virtual Appliance Data Loss Prevention Cloud Detection Service Data Loss Prevention Cloud Detection Service for ICAP Data Loss Prevention Cloud Detection Service for REST Data Loss Prevention Cloud Package Data Loss Prevention Cloud Prevent for Microsoft Office 365 Data Loss Prevention Cloud Service for Discovery/Connector Data Loss Prevention Cloud Service for Email Data Loss Prevention Cloud Storage Data Loss Prevention Core Package Data Loss Prevention Data Access Governance Data Loss Prevention Discover Suite Data Loss Prevention Endpoint Discover Data Loss Prevention Endpoint Prevent Data Loss Prevention Endpoint Suite Data Loss Prevention Enforce Data Loss Prevention Enterprise Suite Data Loss Prevention for Mobile Data Loss Prevention for Office 365 Email and Gmail with Email Safeguard Data Loss Prevention Form Recognition Data Loss Prevention Network Discover Data Loss Prevention Network Email Data Loss Prevention Network Monitor Data Loss Prevention Network Monitor and Prevent for Email Data Loss Prevention Network Monitor and Prevent for Email and Web Data Loss Prevention Network Monitor and Prevent for Web Data Loss Prevention Network Prevent for Email Data Loss Prevention Network Prevent for Email Virtual Appliance Data Loss Prevention Network Prevent for Web Virtual Appliance Data Loss Prevention Network Protect Data Loss Prevention Network Web Data Loss Prevention Oracle Standard Edition 2 Data Loss Prevention Plus Suite Data Loss Prevention Sensitive Image Recognition Data Loss Protection Oracle Standard Edition

Issue/Introduction

This is a Quick Install guide for the Java AdoptOpenJDK

Environment

Linux

Cause

AdoptOpenJRE Java installation is a pre-requisite for Enforce and Detection servers.

Resolution

VERSION DISCLAIMER:
Please note that the following instructions are version agnostic, and can generally be used on any currently supported version. As such, you will find several variables denoted such as "<DLPversion>" to indicate where a version number "should" be used. You will need to replace these variables with the appropriate version that you are attempting to use. Below are a few examples of such translations...

<DLPversion>  = 15.8 or 16.0 or 16.0.1
<DLPfullversion>  = 16.0.10000.60631
<ORACLEversion>  = 193000 or 19.3.0.0
<JREversion> = jdk8u322-b06 or 8u322b06

 

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