Java

From HPC

(Difference between revisions)
Jump to: navigation, search
(Created page with 'Java JDK version 7 and 8 are available in the following directories /opt/java7 /opt/java8 To use a specific version you can call it via /opt/java8/bin/java Alternatively …')
 
Line 1: Line 1:
Java
Java
-
JDK version 7 and 8 are available in the following directories
+
OpenJDK versions 8 and 11 are available on the HPC
-
/opt/java7
+
To load the use the module commands (''module avail'' to list all modules)
-
/opt/java8
+
-
To use a specific version you can call it via
+
module load openjdk/jdk8
 +
module load openjdk/jdk11
-
/opt/java8/bin/java
+
Default HPC Java
-
Alternatively you can add /opt/java8/bin to your PATH variable.
+
The default java if you do not use the module command is an older version of SUN JDK 8
[[Category:Software]][[Category:Getting Started]]
[[Category:Software]][[Category:Getting Started]]

Current revision as of 08:29, 19 October 2020

Java

OpenJDK versions 8 and 11 are available on the HPC

To load the use the module commands (module avail to list all modules)

module load openjdk/jdk8
module load openjdk/jdk11

Default HPC Java

The default java if you do not use the module command is an older version of SUN JDK 8

Personal tools