Skip to content

Commit

Permalink
Update Visual VM version and JDK location (#2615)
Browse files Browse the repository at this point in the history
  • Loading branch information
sciencewhiz committed Mar 24, 2024
1 parent 5fdaae0 commit 20a0c8b
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,10 @@ Launching VisualVM is done via the commandline with a few parameters. First, we

.. code-block:: bash
cd "C:\Users\Public\wpilib\visualvm_216\bin"
./visualvm --jdkhome "C:\Users\Public\wpilib\2023\jdk"
cd "C:\Users\Public\wpilib\visualvm_217\bin"
./visualvm --jdkhome "C:\Users\Public\wpilib\2024\jdk"
.. important:: The exact path ``visualvm_216`` may vary and depends on the version of VisualVM downloaded.
.. important:: The exact path ``visualvm_217`` may vary and depends on the version of VisualVM downloaded.

This should launch VisualVM. Once launched, open the :guilabel:`Add JMX Connection` dialog.

Expand Down

0 comments on commit 20a0c8b

Please sign in to comment.