Skip to content

java

Back to application catalog

Description

Java is a high-level, class-based, object-oriented programming language that is designed to have as few implementation dependencies as possible. It is a general-purpose programming language intended to let application developers write once, run anywhere (WORA), meaning that code that runs on one platform does not need to be recompiled to run on another.

Homepage

https://www.oracle.com/java/

Available Versions on RCAC Clusters

Cluster Versions
GILBRETH 8

Module

You can load the module by:

module load java

Note for using java

Run module spider java beforehand to check if this version requires any prerequisite modules.