Java
Java is a widely used programming language. Both Java 7 and Java 8 are available on Bridges.
Documentation
Usage
To see what versions of Java are available type
module avail java
To see what other modules are needed, what commands are available and how to get additional help type
module help java
To use Java, include a command like this in your batch script or interactive session to load the java module:
module load java
Be sure you also load any other modules needed, as listed by the module help java
command.