@@ -70,7 +70,7 @@ You can install and run the NativeScript CLI on Windows or OS X.
70
70
* Windows Vista or later
71
71
* [ Node.js 0.10.26] [ Node.js 0.10.26 ] or a later stable official release
72
72
* (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
74
74
* [ Apache Ant 1.8] [ Apache Ant 1.8 ] or a later stable official release
75
75
* [ Android SDK 19] [ Android SDK 19 ] or a later stable official release
76
76
* (Optional) [ Genymotion] [ Genymotion ]
@@ -142,7 +142,7 @@ If you have installed Chocolatey, you can complete these steps to set up JDK, Ap
142
142
* [Latest Xcode][12]
143
143
* [Xcode command-line tools][12]
144
144
* 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
146
146
* [Apache Ant 1.8][Apache Ant 1.8] or a later stable official release
147
147
* [Android SDK 19][Android SDK 19] or a later stable official release
148
148
* (Optional) [Genymotion][Genymotion]
@@ -180,7 +180,7 @@ export PATH=${PATH}:/ant/apache-ant-1.9.4/bin:/Applications/Android Studio.app/s
180
180
```Shell
181
181
sudo apt-get install lib32z1 lib32ncurses5 lib32bz2-1.0 libstdc++6:i386
182
182
```
183
- * [ JDK 7 ] [ JDK 7 ] or a later stable official release
183
+ * [ JDK 8 ] [ JDK 8 ] or a later stable official release
184
184
* [ Apache Ant 1.8] [ Apache Ant 1.8 ] or a later stable official release
185
185
* [ Android SDK 19] [ Android SDK 19 ] or a later stable official release
186
186
* (Optional) [ Genymotion] [ Genymotion ]
@@ -525,7 +525,7 @@ This software is licensed under the Apache 2.0 license, quoted <a href="LICENSE"
525
525
[ 12 ] : https://developer.apple.com/xcode/downloads/
526
526
[ Node.js 0.10.26 ] : http://nodejs.org/download/
527
527
[ 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
529
529
[ Apache Ant 1.8 ] : http://ant.apache.org/bindownload.cgi
530
530
[ Android SDK 19 ] : http://developer.android.com/sdk/index.html
531
531
[ Genymotion ] : https://www.genymotion.com/#!/
0 commit comments