Skip to content

Commit

Permalink
Adding JDK no longer required warning to install instructions (#86)
Browse files Browse the repository at this point in the history
* Adding JDK no longer required warning

Addressing issue #75

* Adding JDK no longer required warning
  • Loading branch information
sekodev committed Apr 24, 2021
1 parent 70772ce commit 1b6bf36
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
11 changes: 11 additions & 0 deletions markdown/guide/start/installMac/index.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,17 @@ You can use CORONA_CORE_PRODUCT without installing Apple's Developer Kit or the

## Java Development Kit

<div class="docs-tip-outer docs-tip-color-alert" style="width: 100%;">
<div class="docs-tip-inner-left">
<div class="fa fa-exclamation-circle" style="font-size: 35px;"></div>
</div>
<div class="docs-tip-inner-right">

Installing JDK is no longer required for CORONA_CORE_PRODUCT 2020.3629 and later.

</div>
</div>

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 <nobr>__Java Development Kit__</nobr> (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.
Expand Down
11 changes: 11 additions & 0 deletions markdown/guide/start/installWin/index.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,17 @@ We'll assume you've already downloaded [CORONA_CORE_PRODUCT](REVISION_URL). Now,

## Java Development Kit

<div class="docs-tip-outer docs-tip-color-alert" style="width: 100%;">
<div class="docs-tip-inner-left">
<div class="fa fa-exclamation-circle" style="font-size: 35px;"></div>
</div>
<div class="docs-tip-inner-right">

Installing JDK is no longer required for CORONA_CORE_PRODUCT 2020.3629 and later.

</div>
</div>

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 <nobr>__Java Development Kit__</nobr> (JDK). We&nbsp;suggest that you follow these instructions:

1. Go to [JDK8 download](https://www.oracle.com/java/technologies/javase/javase-jdk8-downloads.html) page.
Expand Down

0 comments on commit 1b6bf36

Please sign in to comment.