Skip to main content

openjdk: Open-source implementation of Java

Contents

  1. Overview of package
    1. General usage
  2. Availability of package by cluster

Overview of package

General information about package
Package: openjdk
Description: Open-source implementation of Java
For more information: https://openjdk.java.net/
Categories:
License: OpenSource (GPLv2)

General usage information

OpenJDK is an open source implementation of the Java Development Kit (JDK). It includes a Java virtual machine, the Java Class Library, and a java compiler.

This module will add the commands java, javac, javadoc, jar, etc. to your path.

In case you need to link against this library in your code, the following environmental variables have been defined:

You will probably wish to use these by adding the following flags to your compilation command (e.g. to CFLAGS in your Makefile):

and the following flags to your link command (e.g. LDFLAGS in your Makefile):

Available versions of the package openjdk, by cluster

This section lists the available versions of the package openjdkon the different clusters.

Available versions of openjdk on the Zaratab cluster

Available versions of openjdk on the Zaratab cluster
Version Module tags CPU(s) optimized for GPU ready?
11.0.12_7 openjdk/11.0.12_7 x86_64, zen2 Y
17.0.3_7 openjdk/17.0.3_7 zen2 Y
11.0.20.1_1 openjdk/11.0.20.1_1 icelake, x86_64, zen2 Y
11.0.2 openjdk/11.0.2 zen Y
17.0.8.1_1 openjdk/17.0.8.1_1 icelake, x86_64, zen2 Y






Back to Top