px icon indicating copy to clipboard operation
px copied to clipboard

Accept spaces in -javaagent path

Open walles opened this issue 5 years ago • 0 comments

Assuming this path (with spaces in it) exists...

/Applications/IntelliJ IDEA CE.app/Contents/lib/idea_rt.jar

... then this command line...

/Library/Java/JavaVirtualMachines/openjdk-11.jdk/Contents/Home/bin/java -javaagent:/Applications/IntelliJ IDEA CE.app/Contents/lib/idea_rt.jar=53441:/Applications/IntelliJ IDEA CE.app/Contents/bin Main

... should be rendered like this:

Main

walles avatar Apr 28 '20 09:04 walles