update debug and tomcat mp4 and JDK download links

This commit is contained in:
Xiaokai He 2019-03-20 11:13:58 -07:00
Родитель 7eb6e02d0f
Коммит c5799a9d86
5 изменённых файлов: 15 добавлений и 7 удалений

Просмотреть файл

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:46d5998b084581404c3d7e7965c3b73fe3bbfebd560a5b686e433b715faa8d14
size 858873

Просмотреть файл

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2cdc289db3f78a8983a24a7574cfc96b907c4cf49308fbd387fc7d45d5ede954
size 1103773

Просмотреть файл

@ -16,11 +16,13 @@ This tutorial shows you how to write and run a simple Hello World program in Jav
Before going through this tutorial, you must have the Java SE Development Kit (JDK) and Apache Maven build tools on your local development environment. If you don't have them installed, you can do so now.
Download and install the Java SE Development Kit (JDK). Java support on Visual Studio Code works with all major Java version up to 11, below is a link for version 8:
Download and install the Java SE Development Kit (JDK). Java support on Visual Studio Code works with all major Java version up to 11, see a few JDK distributions you can choose from:
<a class="tutorial-install-extension-btn" href="http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html" target="_blank" style="background-color:#68217A">Download JDK</a>
* [OpenJDK](https://adoptopenjdk.net/)
* [Azul Zulu Enterprise for Azure](https://www.azul.com/downloads/azure-only/zulu/)
* [Java SE Downloads by Oracle](https://www.oracle.com/technetwork/java/javase/downloads/index.html)
>**Note**: The `JAVA_HOME` environment variable must be set to the install location of the JDK to complete this tutorial.
>**Note**: After installing the JDK, you would need to configure your environment for Java development. The most common way is to set `JAVA_HOME` environment variable to the install location of the JDK while you can also use `java.home` setting in Visual Studio Code settings (workspace then user settings) to configure it just for the editor.
Download Apache Maven version 3 or greater:

Просмотреть файл

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3d426b1f79d770beb1fb422f89a980497ab76e6344ccb0d34dddf12b53f4b857
size 468053
oid sha256:46d5998b084581404c3d7e7965c3b73fe3bbfebd560a5b686e433b715faa8d14
size 858873

Просмотреть файл

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9d19875ddb0b07d4947a9934e91e59d9850071af519879f87e10e61579c83040
size 1446237
oid sha256:2cdc289db3f78a8983a24a7574cfc96b907c4cf49308fbd387fc7d45d5ede954
size 1103773