简体   繁体   中英

End javaw.exe process softly with taskkill

I encountered a problem closing my javaw.exe process. I like to do it in a soft way, so taskkill /F won't help.

Trying to close the javaw by taskkill /PID will end up in an "SUCESS" message, but the process still keeps running.

I'm using Windows XP SP 3 and got administrator rights on this machine.

Any ideas?

Thank you very much!

So, finally I found a solution for my problem, but is not solved using taskkill. There is a program written to send a CTRL-BREAK to any process called "SendSignal". I had tried this before, but all my process was responding had been an error-message and it kept running. I changed this program sending CTRL+C. After this I was able to shut my Javaw process gently. Thanks to all, for your help!

你可以试试:

taskkill /im javaw.exe

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM