Skip to content

Commit c62bb7f

Browse files
authored
Update 01_getting-started-with-java.md
Inserted hyperlink to article explaining how to update PATH variable
1 parent df3fbc2 commit c62bb7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/pages/learn/01_tutorial/01_your-first-java-app/01_getting-started-with-java.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ Here's one way to tell Windows where to find `javac`. Suppose you installed the
348348
C:\jdk19\bin\javac HelloWorldApp.java
349349
```
350350

351-
If you choose this option, you'll have to precede your `javac` and `java` commands with `C:\jdk19\bin\` each time you compile or run a program. To avoid this extra typing, consult the section [Updating the `PATH` variable](<!-- NOTE: Missing hyperlink -->) in the JDK 19 installation instructions.
351+
If you choose this option, you'll have to precede your `javac` and `java` commands with `C:\jdk19\bin\` each time you compile or run a program. To avoid this extra typing, update the `PATH` variable, as explained in the section [Setting up a Java Development Kit](https://dev.java/learn/getting-started/#setting-up-jdk) in the JDK installation instructions.
352352

353353
```shell
354354
Class names, HelloWorldApp, are only accepted if annotation processing is explicitly requested

0 commit comments

Comments
 (0)