Skip to content

Commit b4e2f97

Browse files
authored
Add double quote for java agent arg
1 parent 8a63f31 commit b4e2f97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-monitor/app/java-in-process-agent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Download the [applicationinsights-agent-3.3.0.jar](https://github.com/microsoft/
5555

5656
#### Point the JVM to the jar file
5757

58-
Add `-javaagent:path/to/applicationinsights-agent-3.3.0.jar` to your application's JVM args.
58+
Add `-javaagent:"path/to/applicationinsights-agent-3.3.0.jar"` to your application's JVM args.
5959

6060
> [!TIP]
6161
> For help with configuring your application's JVM args, see [Tips for updating your JVM args](./java-standalone-arguments.md).

0 commit comments

Comments
 (0)