Installing OpenJDK
Procedure
- Use PuTTY to log in to the server as the root user.
- Run the following command to check whether OpenJDK is installed. If it is installed, skip 3.
java -version
FastQC requires that the OpenJDK version be later than 1.6.0. Otherwise, compatibility issues may occur.
- Run the following command to install OpenJDK:
yum install java* -y
Parent topic: Configuring the Compilation Environment