Managing JDKs

Adding JDKs

To add JDKs, follow below:

All available JDKs are stored in /usr/java

To manually add a new JDK:

1. Log into SSH as root

2. cd to /usr/java

3. Use wget to download the desired JDK to the /usr/java directory

4. Untar the JDK so the JDK has the form /usr/java/jdk-8.x.x.x

5. A cron runs once per hour to check for new servers.

If you wish to, you can force a manual update by runnng below as root:

cd /usr/coffeecp/scripts

./coffeecp_build_json.sh

Next Up: Changing Mod Names

CoffeeCP Change Mod Names