Skip to content
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