Closed sourav-dey closed 5 years ago
After playing with it a bit, I found that because maven produces a jar file, so to run it, I have a jar application config and the icons are greyed out in that. I have my junit tests which creates JUnit application in intellij and the icons are fine.
I have a jar application config
Well, that explains it. Support for that could probably be added.
btw it seems strange to me to even use it, why not use maven exec plugin or running it directly as Application config type?
On running visual vm plugin on intellij 2017.1, the icons for visualvm are greyed out, but running visual vm manually works fine. It detects my running process and gives me the profiler. I am using maven as my build configuration system.