Skip to content
This repository was archived by the owner on Nov 17, 2022. It is now read-only.

Commit 858b37f

Browse files
committed
Fixed the JDK system requirements
Fixed choco install syntax for JDK
1 parent d2e0ed1 commit 858b37f

File tree

6 files changed

+19
-19
lines changed

6 files changed

+19
-19
lines changed

setup/ab-setup/ab-cli-setup.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ With this IDE, you can develop for Android and iOS on Windows, OS X or Linux.
3030
* (Optional) For Android development with the native emulators
3131
* (Optional) Chocolatey to simplify the installation of dependencies
3232
* Android device drivers for your device
33-
* JDK 7 or a later stable official release
33+
* JDK 8 or a later stable official release
3434
* Android SDK 19 or later
3535
* (Optional) Genymotion
3636

@@ -50,11 +50,11 @@ With this IDE, you can develop for Android and iOS on Windows, OS X or Linux.
5050
@powershell -NoProfile -ExecutionPolicy unrestricted -Command "iex ((new-object net.webclient).DownloadString('https://chocolatey.org/install.ps1'))" && SET PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin
5151
```
5252
1. Restart the command prompt.
53-
1. Install [JDK 7](http://www.oracle.com/technetwork/java/javase/downloads/index.html) or a later stable official release.
53+
1. Install [JDK 8](http://www.oracle.com/technetwork/java/javase/downloads/index.html) or a later stable official release.
5454
1. In the command prompt, run the following command.
5555

5656
```Shell
57-
choco install java
57+
choco install jdk8
5858
```
5959
1. If not present, create the following environment variable.
6060

@@ -107,7 +107,7 @@ With this IDE, you can develop for Android and iOS on Windows, OS X or Linux.
107107
* Xcode 5 or later
108108
* (Latest official) iTunes
109109
* For Android development
110-
* JDK 7 or a later stable official release
110+
* JDK 8 or a later stable official release
111111
* Android SDK 19 or later
112112
* (Optional) Genymotion to expand your testing options
113113

@@ -129,7 +129,7 @@ With this IDE, you can develop for Android and iOS on Windows, OS X or Linux.
129129
1. Run the App Store and download and install Xcode 5 or later.
130130
1. Verify that you have updated iTunes to the latest version.
131131
1. Install the dependencies for Android development.
132-
1. Install [JDK 7](http://www.oracle.com/technetwork/java/javase/downloads/index.html) or a later stable official release.
132+
1. Install [JDK 8](http://www.oracle.com/technetwork/java/javase/downloads/index.html) or a later stable official release.
133133
1. Go to [Java SE Downloads](http://www.oracle.com/technetwork/java/javase/downloads/index.html) and click **Download** for JDK.
134134
1. In the **Java SE Development Kit** section, accept the license agreement and click the download link for Mac OS X.
135135
1. Wait for the download to complete and install the JDK.
@@ -195,7 +195,7 @@ With this IDE, you can develop for Android and iOS on Windows, OS X or Linux.
195195
* Node.js 0.10.26 or a later stable official release except Node.js 0.10.34
196196
* G++ compiler
197197
* (Optional) For Android development with the native emulators
198-
* JDK 7 or a later stable official release
198+
* JDK 8 or a later stable official release
199199
* Android SDK 19 or later
200200
* (Optional) Genymotion to expand your testing options
201201

@@ -218,7 +218,7 @@ With this IDE, you can develop for Android and iOS on Windows, OS X or Linux.
218218
```Shell
219219
sudo apt-get install g++
220220
```
221-
1. Install [JDK 7](http://www.oracle.com/technetwork/java/javase/downloads/index.html) or a later stable official release.
221+
1. Install [JDK 8](http://www.oracle.com/technetwork/java/javase/downloads/index.html) or a later stable official release.
222222

223223
```Shell
224224
sudo apt-get install oracle-java8-installer

setup/ab-setup/ab-vse-setup.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ With this IDE, you can develop for Android and iOS on Windows systems.
2828
* (Optional) For Android development with the native emulators
2929
* (Optional) Chocolatey to simplify the installation of dependencies
3030
* Android device drivers for your device
31-
* JDK 7 or a later stable official release
31+
* JDK 8 or a later stable official release
3232
* Android SDK 19 or later
3333

3434
## Setup
@@ -47,11 +47,11 @@ With this IDE, you can develop for Android and iOS on Windows systems.
4747
@powershell -NoProfile -ExecutionPolicy unrestricted -Command "iex ((new-object net.webclient).DownloadString('https://chocolatey.org/install.ps1'))" && SET PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin
4848
```
4949
1. Restart the command prompt.
50-
1. Install [JDK 7](http://www.oracle.com/technetwork/java/javase/downloads/index.html) or a later stable official release.
50+
1. Install [JDK 8](http://www.oracle.com/technetwork/java/javase/downloads/index.html) or a later stable official release.
5151
1. In the command prompt, run the following command.
5252

5353
```Shell
54-
choco install java
54+
choco install jdk8
5555
```
5656
1. If not present, create the following environment variable.
5757

setup/ab-setup/ab-win-setup.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ With this IDE, you can develop for Android and iOS on Windows systems.
2929
* (Optional) For Android development with the native emulators
3030
* (Optional) Chocolatey to simplify the installation of dependencies
3131
* Android device drivers for your device
32-
* JDK 7 or a later stable official release
32+
* JDK 8 or a later stable official release
3333
* Android SDK 19 or later
3434

3535
## Setup
@@ -48,11 +48,11 @@ With this IDE, you can develop for Android and iOS on Windows systems.
4848
@powershell -NoProfile -ExecutionPolicy unrestricted -Command "iex ((new-object net.webclient).DownloadString('https://chocolatey.org/install.ps1'))" && SET PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin
4949
```
5050
1. Restart the command prompt.
51-
1. Install [JDK 7](http://www.oracle.com/technetwork/java/javase/downloads/index.html) or a later stable official release.
51+
1. Install [JDK 8](http://www.oracle.com/technetwork/java/javase/downloads/index.html) or a later stable official release.
5252
1. In the command prompt, run the following command.
5353

5454
```Shell
55-
choco install java
55+
choco install jdk8
5656
```
5757
1. If not present, create the following environment variable.
5858

setup/ns-cli-setup/ns-setup-linux.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ On Linux systems, you can use the NativeScript CLI to develop only Android apps.
1919
* Ubuntu 14.04 LTS
2020
* Node.js 0.10.26 or a later stable official release except Node.js 0.10.34
2121
* G++ compiler
22-
* JDK 7 or a later stable official release
22+
* JDK 8 or a later stable official release
2323
* Apache Ant 1.8 or later
2424
* Android SDK 19 or later
2525
* (Optional) Genymotion to expand your testing options
@@ -41,7 +41,7 @@ On Linux systems, you can use the NativeScript CLI to develop only Android apps.
4141
```Shell
4242
sudo apt-get install g++
4343
```
44-
1. Install [JDK 7](http://www.oracle.com/technetwork/java/javase/downloads/index.html) or a later stable official release.
44+
1. Install [JDK 8](http://www.oracle.com/technetwork/java/javase/downloads/index.html) or a later stable official release.
4545

4646
```Shell
4747
sudo apt-get install oracle-java8-installer

setup/ns-cli-setup/ns-setup-os-x.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ On OS X systems, you can use the NativeScript CLI to develop Android and iOS app
2323
* Latest Xcode
2424
* Command-line tools for Xcode
2525
* For Android development
26-
* JDK 7 or a later stable official release
26+
* JDK 8 or a later stable official release
2727
* Apache Ant 1.8 or later
2828
* Android SDK 19 or later
2929
* (Optional) Genymotion to expand your testing options
@@ -44,7 +44,7 @@ On OS X systems, you can use the NativeScript CLI to develop Android and iOS app
4444
1. Run the App Store and download and install Xcode 5 or later.
4545
1. Go to [Downloads for Apple Developers](https://developer.apple.com/downloads/index.action), log in and download and install the **Command Line Tools for Xcode** for your version of OS X and Xcode.
4646
1. Install the dependencies for Android development.
47-
1. Install [JDK 7](http://www.oracle.com/technetwork/java/javase/downloads/index.html) or a later stable official release.
47+
1. Install [JDK 8](http://www.oracle.com/technetwork/java/javase/downloads/index.html) or a later stable official release.
4848
1. Go to [Java SE Downloads](http://www.oracle.com/technetwork/java/javase/downloads/index.html) and click **Download** for JDK.
4949
1. In the **Java SE Development Kit** section, accept the license agreement and click the download link for Mac OS X.
5050
1. Wait for the download to complete and install the JDK.

setup/ns-cli-setup/ns-setup-win.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ On Windows systems, you can use the NativeScript CLI to develop only Android app
1919
* Windows Vista or later
2020
* Node.js 0.10.26 or a later stable official release except Node.js 0.10.34
2121
* (Optional) Chocolatey to simplify the installation of dependencies
22-
* JDK 7 or a later stable official release
22+
* JDK 8 or a later stable official release
2323
* Apache Ant 1.8 or later
2424
* Android SDK 19 or later
2525
* (Optional) Genymotion to expand your testing options
@@ -38,7 +38,7 @@ On Windows systems, you can use the NativeScript CLI to develop only Android app
3838
@powershell -NoProfile -ExecutionPolicy unrestricted -Command "iex ((new-object net.webclient).DownloadString('https://chocolatey.org/install.ps1'))" && SET PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin
3939
```
4040
1. Restart the command prompt.
41-
1. Install [JDK 7](http://www.oracle.com/technetwork/java/javase/downloads/index.html) or a later stable official release.
41+
1. Install [JDK 8](http://www.oracle.com/technetwork/java/javase/downloads/index.html) or a later stable official release.
4242
1. In the command prompt, run the following command.
4343

4444
```Shell

0 commit comments

Comments
 (0)