Changing ~ to $HOME in instructions for location of Java agent#1359
Open
Changing ~ to $HOME in instructions for location of Java agent#1359
Conversation
Contributor
|
I'm assuming that the user was trying to modify their Run Config to add the VM argument themselves, right? If I modify the Run Config for I get this error: Which is essentially the same error that I get when I use So either I'm doing something wrong (very possible!), or this doesn't fix the issue. |
Contributor
|
I think what they mean is that when they copy this instruction to their
terminal, it doesn't work.
…On Fri, Sep 8, 2023 at 2:05 PM Adam Trotta ***@***.***> wrote:
I'm assuming that the user was trying to modify their Run Config to add
the VM argument themselves, right? If I modify the Run Config for
PetClinicApplication.java to use $HOME:
[image: image]
<https://user-images.githubusercontent.com/45714532/266693230-c320d472-3e87-4351-b11f-891e9e801282.png>
I get this error:
[image: image]
<https://user-images.githubusercontent.com/45714532/266693349-b2fcfaaa-920b-4049-915b-14157f7d636a.png>
Which is essentially the same error that I get when I use ~ instead of
$HOME:
[image: image]
<https://user-images.githubusercontent.com/45714532/266693576-1e1692b4-74c9-4f78-b5aa-8e6b2339eeb4.png>
So either I'm doing something wrong (very possible!), or this doesn't fix
the issue.
—
Reply to this email directly, view it on GitHub
<#1359 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAVC62PACHJ6ZOSDKYCP63XZNM6VANCNFSM6AAAAAA4PN3PIE>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Contributor
Author
|
Maybe a better intent is to convey that they should expand $HOME and use that path explicitly. I guess we can expand it for them and just show the exact full path in these instructions, wdyt? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Raised by a user: using
~causes problems with IntelliJ, so we will use $HOME instead.