From 955cefa5c154ea5d15bd0517c522b9c647e392b8 Mon Sep 17 00:00:00 2001 From: Yejin Choi <63734765+chldppwls12@users.noreply.github.com> Date: Wed, 11 Sep 2024 10:52:08 +0900 Subject: [PATCH] Add Windows support for Java 17 setup in local installation doc --- .../pages/1-installation/1-local/1-docker.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/content/documentation/pages/1-installation/1-local/1-docker.md b/content/documentation/pages/1-installation/1-local/1-docker.md index a63f0588..141ace7a 100644 --- a/content/documentation/pages/1-installation/1-local/1-docker.md +++ b/content/documentation/pages/1-installation/1-local/1-docker.md @@ -297,10 +297,28 @@ To learn more about the monitoring experience in Spring Cloud Data Flow with Pro Currently Spring Cloud Data Flow defaults to Java 8 when running applications. If you wish to run Java 17 applications set the `BP_JVM_VERSION` to `-jdk17` as shown below: + + + + ```bash export BP_JVM_VERSION=-jdk17 ``` + + +```bash +set BP_JVM_VERSION=-jdk17 +``` + + + +```bash +$Env:BP_JVM_VERSION="-jdk17" +``` + + + ## Debugging The [Debug Stream Applications](%currentPath%/installation/local/docker-customize/#debug-stream-applications) guide shows how to enable remote debugging for Stream Applications deployed by Data Flow.