Skip to content

Commit 86df51e

Browse files
committed
On branch edburns-msft-msa-17908359-java-17-clarifications Fix filename. Put user back in parent directory.
modified: articles/app-service/includes/quickstart-java/quickstart-java-linux-maven-pivot.md Signed-off-by: Ed Burns <[email protected]>
1 parent da9141c commit 86df51e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/app-service/includes/quickstart-java/quickstart-java-linux-maven-pivot.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ If you intend to run the Java SE sections of this quickstart, the sample app req
4444

4545
```azurecli-interactive
4646
wget https://aka.ms/download-jdk/microsoft-jdk-17-linux-x64.tar.gz
47-
tar -zxf jdk17*.tar.gz
47+
tar -zxf microsoft-jdk-17*.tar.gz
4848
```
4949
1. Enter these commands to override the built-in Open JDK installed in Azure Cloud Shell.
5050

@@ -54,6 +54,7 @@ If you intend to run the Java SE sections of this quickstart, the sample app req
5454
```azurecli-interactive
5555
cd jdk-17*
5656
export JAVA_HOME=`pwd`
57+
cd ..
5758
export PATH=${JAVA_HOME}/bin:$PATH
5859
java -version
5960
```

0 commit comments

Comments
 (0)