Installing Java for ALM
Question ID: 109521
0
0

question about ALM install: In the upgrade of our Application Lifecycle Management (ALM) application to version 12.6, we need to install Java. Do you know how other customers handled this? Did they just create an Oracle account, download Java, and installed Java on their production Windows server? Is there a cost associated with downloading Java?

Marked as spam
Posted by (Questions: 113, Answers: 8)
Asked on April 30, 2020 1:36 pm
106 views
Answers (1)
0
Private answer

You have two options when installing java. You can use Oracle Java JDK or you can use OpenJDK. For the Oracle version you will need to read the license agreement to see if there is a fee associated with installing it. The OpenJDK which is contributed to by Oracle is open source and free. OpenJDK is the the version of java that is installed on most free Linux distributions by default.

From installation guide...

Java Installation

ALM requires Java Development Kit (JDK) or Java Runtime Environment (JRE) to be installed
prior to installing ALM (only x64 is supported).

Oracle Java JDK or JRE
Download and install JDK or JRE from the following URL:
http://www.oracle.com/technetwork/java/javase/downloads/jre8-downloads-2133155.html.

OpenJDK 8
1. Download from the following URL: https://adoptopenjdk.net/releases.html.
2. Unzip the OpenJDK file to a folder.
3. Open the System Properties dialog box. In the Advanced tab, click Environment Variables.
4. Under System Variables, edit the Path and add the OpenJDK bin path (for example:
C:OpenJDK8_x64_Win_jdk8u172-b11jdk8u172-b11bin).
5. To verify that Java was installed correctly, run java -version in the command prompt.

Marked as spam
Posted by (Questions: 0, Answers: 309)
Answered on April 30, 2020 1:37 pm
EyeOnTesting

Welcome back to "EyeOnTesting" brought to you by Orasi Software, Inc.

X
Scroll to Top