Skip to content

Commit 52f268c

Browse files
authored
Merge pull request #86965 from JimacoMS3/fix-java-how-to-prereqs
Link to Azul for JDK 8 downloads in how-tos
2 parents 1bfb1de + ec8514c commit 52f268c

7 files changed

+14
-14
lines changed

articles/iot-hub/iot-hub-java-java-c2d.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ At the end of this tutorial, you run two Java console apps:
4242

4343
* A complete working version of the [Send telemetry from a device to an IoT hub](quickstart-send-telemetry-java.md) quickstart or the [Configure message routing with IoT Hub](tutorial-routing.md) tutorial.
4444

45-
* The latest [Java SE Development Kit 8](https://aka.ms/azure-jdks)
45+
* [Java SE Development Kit 8](https://docs.microsoft.com/java/azure/jdk/?view=azure-java-stable). Make sure you select **Java 8** under **Long-term support** to get to downloads for JDK 8.
4646

47-
* [Maven 3](https://maven.apache.org/install.html)
47+
* [Maven 3](https://maven.apache.org/download.cgi)
4848

4949
* An active Azure account. If you don't have an account, you can create a [free account](https://azure.microsoft.com/pricing/free-trial/) in just a couple of minutes.
5050

articles/iot-hub/iot-hub-java-java-device-management-getstarted.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ At the end of this tutorial, you have two Java console apps:
4848
4949
## Prerequisites
5050

51-
* Java SE 8. [Prepare your development environment](https://github.com/Azure/azure-iot-sdk-java/blob/master/doc/java-devbox-setup.md) describes how to install Java for this tutorial on either Windows or Linux.
51+
* [Java SE Development Kit 8](https://docs.microsoft.com/java/azure/jdk/?view=azure-java-stable). Make sure you select **Java 8** under **Long-term support** to get to downloads for JDK 8.
5252

53-
* Maven 3. [Prepare your development environment](https://github.com/Azure/azure-iot-sdk-java/blob/master/doc/java-devbox-setup.md) describes how to install [Maven](https://maven.apache.org/what-is-maven.html) for this tutorial on either Windows or Linux.
53+
* [Maven 3](https://maven.apache.org/download.cgi)
5454

5555
* An active Azure account. (If you don't have an account, you can create a [free account](https://azure.microsoft.com/pricing/free-trial/) in just a couple of minutes.)
5656

articles/iot-hub/iot-hub-java-java-file-upload.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ At the end of this tutorial you run two Java console apps:
4141
4242
## Prerequisites
4343

44-
* The latest [Java SE Development Kit 8](https://aka.ms/azure-jdks)
44+
* [Java SE Development Kit 8](https://docs.microsoft.com/java/azure/jdk/?view=azure-java-stable). Make sure you select **Java 8** under **Long-term support** to get to downloads for JDK 8.
4545

46-
* [Maven 3](https://maven.apache.org/install.html)
46+
* [Maven 3](https://maven.apache.org/download.cgi)
4747

4848
* An active Azure account. (If you don't have an account, you can create a [free account](https://azure.microsoft.com/pricing/free-trial/) in just a couple of minutes.)
4949

articles/iot-hub/iot-hub-java-java-schedule-jobs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ At the end of this tutorial, you have a java console device app and a java conso
4848
4949
## Prerequisites
5050

51-
* The latest [Java SE Development Kit 8](https://aka.ms/azure-jdks)
51+
* [Java SE Development Kit 8](https://docs.microsoft.com/java/azure/jdk/?view=azure-java-stable). Make sure you select **Java 8** under **Long-term support** to get to downloads for JDK 8.
5252

53-
* [Maven 3](https://maven.apache.org/install.html)
53+
* [Maven 3](https://maven.apache.org/download.cgi)
5454

5555
* An active Azure account. (If you don't have an account, you can create a [free account](https://azure.microsoft.com/pricing/free-trial/) in just a couple of minutes.)
5656

articles/iot-hub/iot-hub-java-java-twin-getstarted.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ In this tutorial, you create two Java console apps:
2525
2626
## Prerequisites
2727

28-
* The latest [Java SE Development Kit 8](https://aka.ms/azure-jdks)
28+
* [Java SE Development Kit 8](https://docs.microsoft.com/java/azure/jdk/?view=azure-java-stable). Make sure you select **Java 8** under **Long-term support** to get to downloads for JDK 8.
2929

30-
* [Maven 3](https://maven.apache.org/install.html)
30+
* [Maven 3](https://maven.apache.org/download.cgi)
3131

3232
* An active Azure account. (If you don't have an account, you can create a [free account](https://azure.microsoft.com/pricing/free-trial/) in just a couple of minutes.)
3333

articles/iot-hub/quickstart-control-device-java.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ If you don’t have an Azure subscription, create a [free account](https://azure
3131

3232
## Prerequisites
3333

34-
The two sample applications you run in this quickstart are written using Java. You need Java SE 8 or later on your development machine.
34+
The two sample applications you run in this quickstart are written using Java. You need Java SE 8 on your development machine.
3535

36-
You can download Java for multiple platforms from [Oracle](https://aka.ms/azure-jdks).
36+
You can download Java SE Development Kit 8 for multiple platforms from [Java long-term support for Azure and Azure Stack](https://docs.microsoft.com/en-us/java/azure/jdk/?view=azure-java-stable). Make sure you select **Java 8** under **Long-term support** to get to downloads for JDK 8.
3737

3838
You can verify the current version of Java on your development machine using the following command:
3939

articles/iot-hub/quickstart-send-telemetry-java.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ If you don’t have an Azure subscription, create a [free account](https://azure
2727

2828
## Prerequisites
2929

30-
The two sample applications you run in this quickstart are written using Java. You need Java SE 8 or later on your development machine.
30+
The two sample applications you run in this quickstart are written using Java. You need Java SE 8 on your development machine.
3131

32-
You can download Java for multiple platforms from [Oracle](https://aka.ms/azure-jdks).
32+
You can download Java SE Development Kit 8 for multiple platforms from [Java long-term support for Azure and Azure Stack](https://docs.microsoft.com/en-us/java/azure/jdk/?view=azure-java-stable). Make sure you select **Java 8** under **Long-term support** to get to downloads for JDK 8.
3333

3434
You can verify the current version of Java on your development machine using the following command:
3535

0 commit comments

Comments
 (0)