diff --git a/packages/components/src/components/install-guide/ProjectPickerRow.vue b/packages/components/src/components/install-guide/ProjectPickerRow.vue index d86eeb32af..d9997f8b06 100644 --- a/packages/components/src/components/install-guide/ProjectPickerRow.vue +++ b/packages/components/src/components/install-guide/ProjectPickerRow.vue @@ -49,12 +49,12 @@
~/.appmap/lib/java/appmap.jar) must
- be available on your machine.
+ The AppMap agent JAR ($HOME/.appmap/lib/java/appmap.jar)
+ must be available on your machine.
-javaagent:~/.appmap/lib/java/appmap.jar.
+ -javaagent:$HOME/.appmap/lib/java/appmap.jar.
Using "Start with AppMap" ensures that your Java code runs with the JVM option
- -javaagent:~/.appmap/lib/java/appmap.jar. This option is required
- to enable AppMap recording.
+ -javaagent:$HOME/.appmap/lib/java/appmap.jar. This option is
+ required to enable AppMap recording.

This ensures that your Java code runs with the JVM option
- -javaagent:~/.appmap/lib/java/appmap.jar. This option is required
- to enable AppMap recording.
+ -javaagent:$HOME/.appmap/lib/java/appmap.jar. This option is
+ required to enable AppMap recording.