I am using Intellij Idea for development. I want to add log monitoring using
and I am following their guide on setting javaagent from the below link
http://support.stackify.com/hc/en-us/articles/211497443-How-to-Enable-Java-Profiling-with-Prefix
When I run the project , I am getting the following error
IIntellij is reading the path till the first space only.
Kindly help me solve the issue. Thanks
You should put the file path in double quotes :
-javaagent:"C:\Program Files (x86)\StackifyPrefix\java\lib\stackify-java-sprn.jar"