From 1b6bf367c176131482b7ec63a1aa12a3268357dd Mon Sep 17 00:00:00 2001
From: Serkan Aksit <5222368+sekodev@users.noreply.github.com>
Date: Sat, 24 Apr 2021 18:29:55 +0300
Subject: [PATCH] Adding JDK no longer required warning to install instructions
(#86)
* Adding JDK no longer required warning
Addressing issue #75
* Adding JDK no longer required warning
---
markdown/guide/start/installMac/index.markdown | 11 +++++++++++
markdown/guide/start/installWin/index.markdown | 11 +++++++++++
2 files changed, 22 insertions(+)
diff --git a/markdown/guide/start/installMac/index.markdown b/markdown/guide/start/installMac/index.markdown
index 61f391aee..1850d0900 100644
--- a/markdown/guide/start/installMac/index.markdown
+++ b/markdown/guide/start/installMac/index.markdown
@@ -70,6 +70,17 @@ You can use CORONA_CORE_PRODUCT without installing Apple's Developer Kit or the
## Java Development Kit
+
+
+
+
+Installing JDK is no longer required for CORONA_CORE_PRODUCT 2020.3629 and later.
+
+
+
+
Installing CORONA_CORE_PRODUCT lets you create and test apps locally on your Mac. If you intend to build apps for testing on Android devices, you will need to install the __Java Development Kit__ (JDK). If you try to build an Android app without the JDK installed, the CORONA_CORE_PRODUCT Simulator will help you install it. Alternatively, if you want to install it manually, you can follow these instructions:
1. Go to [JDK8 download](https://www.oracle.com/java/technologies/javase/javase-jdk8-downloads.html) page.
diff --git a/markdown/guide/start/installWin/index.markdown b/markdown/guide/start/installWin/index.markdown
index 1af070b91..3c840f4ab 100644
--- a/markdown/guide/start/installWin/index.markdown
+++ b/markdown/guide/start/installWin/index.markdown
@@ -36,6 +36,17 @@ We'll assume you've already downloaded [CORONA_CORE_PRODUCT](REVISION_URL). Now,
## Java Development Kit
+
+
+
+
+Installing JDK is no longer required for CORONA_CORE_PRODUCT 2020.3629 and later.
+
+
+
+
Installing CORONA_CORE_PRODUCT lets you create and test apps locally on your PC. If you intend to build apps for testing on Android devices, you will need to install the __Java Development Kit__ (JDK). We suggest that you follow these instructions:
1. Go to [JDK8 download](https://www.oracle.com/java/technologies/javase/javase-jdk8-downloads.html) page.