In * nix, I just do ps -ef | grep java ps -ef | grep java to see jvm args and classpath executing java programs. How can I see it on a windows command prompt? I want to see if certain jars really are in the classpath of a running weblog server.
source share