Skip to content

Commit 920bf24

Browse files
committed
correct formatting
1 parent ded1173 commit 920bf24

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

vignettes/writealizer-getting-started.Rmd

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,13 +161,18 @@ Copy this full path. You’ll need it in the next step.
161161
4. Add Java to your system Path
162162

163163
- In the same **Environment Variables** window, find and select the variable named **Path**, then click **Edit**.
164-
- Click **New**, and add the following entry: %JAVA_HOME%\bin
164+
- Click **New**, and add the following entry: `%JAVA_HOME%\bin`
165165

166166
5. In **Command Prompt**, check the Java version with this command:
167167

168168
```bash
169169
java -version
170170
```
171+
Also check your environment variable. It should print your Java installation directory.
172+
173+
```bash
174+
echo %JAVA_HOME%
175+
```
171176

172177
---
173178

0 commit comments

Comments
 (0)