We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a63f31 commit b4e2f97Copy full SHA for b4e2f97
articles/azure-monitor/app/java-in-process-agent.md
@@ -55,7 +55,7 @@ Download the [applicationinsights-agent-3.3.0.jar](https://github.com/microsoft/
55
56
#### Point the JVM to the jar file
57
58
-Add `-javaagent:path/to/applicationinsights-agent-3.3.0.jar` to your application's JVM args.
+Add `-javaagent:"path/to/applicationinsights-agent-3.3.0.jar"` to your application's JVM args.
59
60
> [!TIP]
61
> For help with configuring your application's JVM args, see [Tips for updating your JVM args](./java-standalone-arguments.md).
0 commit comments