Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 438 Bytes

open-jdk.md

File metadata and controls

13 lines (9 loc) · 438 Bytes

Open JDK

The Open JDK provides Java runtimes from the OpenJDK project. The IBM JDK is the default used with Liberty profile. If you would prefer to use the Open JDK then set the JVM environment variable to openjdk. For example, add the following to your manifest.yml file:

---
env:
  JVM: openjdk

If you are interested in using the IBM JDK please read IBM JDK.