wmic process where caption="java.exe" get processid,caption,commandline /value
tasklist /fi "imagename eq java.exe"

tasklist | findstr "java"

netstat -aont | findstr "24572 " > c:\2001.log

wmic process where caption="java.exe" get processid,caption,commandline /value
tasklist /fi "imagename eq java.exe"
tasklist | findstr "java"
netstat -aont | findstr "24572 " > c:\2001.log
本文标题:windows下查看java进程
本文链接:https://www.haomeiwen.com/subject/wfeedktx.html
网友评论