From 334166a2f8bd5cbd7ba342696e55658f37418dcd Mon Sep 17 00:00:00 2001 From: Brian Kelly Date: Thu, 7 Sep 2023 16:39:20 -0400 Subject: [PATCH] Changing ~ to /Users/brikelly for Java instructions --- .../src/components/install-guide/ProjectPickerRow.vue | 6 +++--- .../install-guide/record-instructions/IntelliJ.vue | 4 ++-- .../components/install-guide/record-instructions/Java.vue | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) 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 @@
  1. - The AppMap agent JAR (~/.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.
  2. Application code and test cases use the JVM flag - -javaagent:~/.appmap/lib/java/appmap.jar. + -javaagent:$HOME/.appmap/lib/java/appmap.jar.
diff --git a/packages/components/src/components/install-guide/record-instructions/IntelliJ.vue b/packages/components/src/components/install-guide/record-instructions/IntelliJ.vue index fd3908be25..e98cf0b7ee 100644 --- a/packages/components/src/components/install-guide/record-instructions/IntelliJ.vue +++ b/packages/components/src/components/install-guide/record-instructions/IntelliJ.vue @@ -7,8 +7,8 @@

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.


diff --git a/packages/components/src/components/install-guide/record-instructions/Java.vue b/packages/components/src/components/install-guide/record-instructions/Java.vue index 17506d7ccc..bc2d0d745c 100644 --- a/packages/components/src/components/install-guide/record-instructions/Java.vue +++ b/packages/components/src/components/install-guide/record-instructions/Java.vue @@ -7,8 +7,8 @@

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.