Skip to content

Commit 633f2a2

Browse files
committed
Merge pull request #501 from NativeScript/ikoevska/fix-java-reqs
Updated JDK requirements
2 parents 88cb5ea + d671a5b commit 633f2a2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ You can install and run the NativeScript CLI on Windows or OS X.
7070
* Windows Vista or later
7171
* [Node.js 0.10.26][Node.js 0.10.26] or a later stable official release
7272
* (Optional) [Chocolatey][Chocolatey]
73-
* [JDK 7][JDK 7] or a later stable official release
73+
* [JDK 8][JDK 8] or a later stable official release
7474
* [Apache Ant 1.8][Apache Ant 1.8] or a later stable official release
7575
* [Android SDK 19][Android SDK 19] or a later stable official release
7676
* (Optional) [Genymotion][Genymotion]
@@ -142,7 +142,7 @@ If you have installed Chocolatey, you can complete these steps to set up JDK, Ap
142142
* [Latest Xcode][12]
143143
* [Xcode command-line tools][12]
144144
* For Android development
145-
* [JDK 7][JDK 7] or a later stable official release
145+
* [JDK 8][JDK 8] or a later stable official release
146146
* [Apache Ant 1.8][Apache Ant 1.8] or a later stable official release
147147
* [Android SDK 19][Android SDK 19] or a later stable official release
148148
* (Optional) [Genymotion][Genymotion]
@@ -180,7 +180,7 @@ export PATH=${PATH}:/ant/apache-ant-1.9.4/bin:/Applications/Android Studio.app/s
180180
```Shell
181181
sudo apt-get install lib32z1 lib32ncurses5 lib32bz2-1.0 libstdc++6:i386
182182
```
183-
* [JDK 7][JDK 7] or a later stable official release
183+
* [JDK 8][JDK 8] or a later stable official release
184184
* [Apache Ant 1.8][Apache Ant 1.8] or a later stable official release
185185
* [Android SDK 19][Android SDK 19] or a later stable official release
186186
* (Optional) [Genymotion][Genymotion]
@@ -525,7 +525,7 @@ This software is licensed under the Apache 2.0 license, quoted <a href="LICENSE"
525525
[12]: https://developer.apple.com/xcode/downloads/
526526
[Node.js 0.10.26]: http://nodejs.org/download/
527527
[Chocolatey]: https://chocolatey.org/
528-
[JDK 7]: http://www.oracle.com/technetwork/java/javase/downloads/index.html
528+
[JDK 8]: http://www.oracle.com/technetwork/java/javase/downloads/index.html
529529
[Apache Ant 1.8]: http://ant.apache.org/bindownload.cgi
530530
[Android SDK 19]: http://developer.android.com/sdk/index.html
531531
[Genymotion]: https://www.genymotion.com/#!/

0 commit comments

Comments
 (0)