Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changing ~ to $HOME in instructions for location of Java agent #1359

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,12 @@

<ol>
<li>
The AppMap agent JAR (<code class="inline">~/.appmap/lib/java/appmap.jar</code>) must
be available on your machine.
The AppMap agent JAR (<code class="inline">$HOME/.appmap/lib/java/appmap.jar</code>)
must be available on your machine.
</li>
<li>
Application code and test cases use the JVM flag
<code class="inline">-javaagent:~/.appmap/lib/java/appmap.jar</code>.
<code class="inline">-javaagent:$HOME/.appmap/lib/java/appmap.jar</code>.
</li>
</ol>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
<br />
<p>
Using "Start with AppMap" ensures that your Java code runs with the JVM option
<code class="inline">-javaagent:~/.appmap/lib/java/appmap.jar</code>. This option is required
to enable AppMap recording.
<code class="inline">-javaagent:$HOME/.appmap/lib/java/appmap.jar</code>. This option is
required to enable AppMap recording.
</p>
<br />
<div id="IntelliJ-screenshot"><img src="../../../assets/run-with-appmap-menu-item.png" /></div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
<br />
<p>
This ensures that your Java code runs with the JVM option
<code class="inline">-javaagent:~/.appmap/lib/java/appmap.jar</code>. This option is required
to enable AppMap recording.
<code class="inline">-javaagent:$HOME/.appmap/lib/java/appmap.jar</code>. This option is
required to enable AppMap recording.
</p>
<br />
<div class="vscode-screenshot">
Expand Down