From 85d6b499a2e8e70dcf5f622b210186090f78eb35 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 14 Oct 2015 15:24:53 +0200 Subject: [PATCH] Add a note that CRaSH requires a JDK Closes gh-3813 --- .../src/main/asciidoc/production-ready-features.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc b/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc index 836ea30a89..85e3619abf 100644 --- a/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc +++ b/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc @@ -737,6 +737,8 @@ the following dependency to your project: TIP: If you want to also enable telnet access you will additionally need a dependency on `org.crsh:crsh.shell.telnet`. +NOTE: CRaSH requires to run with a JDK as it compiles commands on the fly. If a basic +`help` command fails, you are probably running with a JRE. [[production-ready-connecting-to-the-remote-shell]]