From 2d263c1522a37f96a200461543f2cc4bcb5da412 Mon Sep 17 00:00:00 2001 From: Charlie Arehart Date: Mon, 7 Jul 2025 15:46:21 -0500 Subject: [PATCH] correct typo --- embedded-server/configuring-your-server/custom-java-version.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/embedded-server/configuring-your-server/custom-java-version.md b/embedded-server/configuring-your-server/custom-java-version.md index bd7ed001..e18e08c4 100644 --- a/embedded-server/configuring-your-server/custom-java-version.md +++ b/embedded-server/configuring-your-server/custom-java-version.md @@ -2,7 +2,7 @@ By Default, your servers start using the same version of Java that the CommandBox CLI is using. For people needing to run Adobe ColdFusion 9, or who just want to do some testing on different JREs, you can point each of your servers at a custom JRE and CommandBox will use it when starting the server. -if you already have a JRE downloaded somewhere on your hard drive, you can manually point the server at it, or you can simply tell CommandBox which version of java you'd like, at it will automatically download that version of OpenJDK for your server to use (if it's not already downloaded) +if you already have a JRE downloaded somewhere on your hard drive, you can manually point the server at it, or you can simply tell CommandBox which version of java you'd like, and it will automatically download that version of OpenJDK for your server to use (if it's not already downloaded) ## Manual Java Config