JCMD command is not listing the java process

462 views Asked by At

I have a java process named app created under abc user. Now, when I am executing the jcmd command as abc user to list the java processes, it is not listing the app. At the same time, ps aux | grep java command is listing it. Only jcmd command has the issue.

0

There are 0 answers