From 4bfdcd5ae13cb8e371033b4aa5930a8c2366f8d8 Mon Sep 17 00:00:00 2001 From: Stefano Franz Date: Tue, 30 Oct 2018 15:01:52 +0000 Subject: [PATCH] add explicit warnings about openJDK being unsupported --- docs/source/getting-set-up.rst | 4 +--- docs/source/platform-support-matrix.rst | 2 ++ 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/getting-set-up.rst b/docs/source/getting-set-up.rst index 6116bda1b8..ff9a4d0787 100644 --- a/docs/source/getting-set-up.rst +++ b/docs/source/getting-set-up.rst @@ -6,6 +6,7 @@ Software requirements Corda uses industry-standard tools: * **Oracle JDK 8 JVM** - minimum supported version **8u171** +.. warning:: OpenJDK is not currently supported. * **IntelliJ IDEA** - supported versions **2017.x** and **2018.x** (with Kotlin plugin version |kotlin_version|) * **Git** @@ -14,9 +15,6 @@ will download the correct version of Kotlin. Please note: -* Corda runs in a JVM. JVM implementations other than Oracle JDK 8 are not actively supported. However, if you do - choose to use OpenJDK, you will also need to `install OpenJFX `_. - * Applications on Corda (CorDapps) can be written in any language targeting the JVM. However, Corda itself and most of the samples are written in Kotlin. Kotlin is an `official Android language `_, and you can read more about why diff --git a/docs/source/platform-support-matrix.rst b/docs/source/platform-support-matrix.rst index 1cd4b24c4b..daf4dd2dd4 100644 --- a/docs/source/platform-support-matrix.rst +++ b/docs/source/platform-support-matrix.rst @@ -3,6 +3,8 @@ Platform support matrix Our supported Operating System platforms are a subset of those supported by Java `8u172 `_. Production use of Corda Enterprise 3.0 is only supported on Linux OS, see details below. +.. warning:: On all platforms listed below, only the **Oracle JDK 8 JVM 8u171\+** is supported. OpenJDK is not currently supported. + Operating systems supported in production ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~