kill all netbeans processes at the same time

Asked

Viewed 151 times

-1

Hello

My question is not directly linked to programming, but is related and I believe it will help a lot of people.

The problem is this: I am working with server and sockets in Netbeans and every time I run tests I open 5 or more threads.

When closing them I have to click on the "x" of each one, and then confirm the action.

Nothing too serious, but after 2 hours of testing I’m sick of having closed some 200 processes 1 by 1 hehe

Is there a shortcut that closes all processes running at the time??

I refer to the following processes (Netbeans print):

inserir a descrição da imagem aqui Thank you

1 answer

-1

If you are using Windows, you can do this by prompt using the command:

taskkill /f /im [nome_do_processo]
  • But that way I’d have to kill 1-1, just like I’m doing now and I’d still have to access the CMD, it would slow me down even further. I seek some command within the IDE itself

  • Entedi... the names of the processes are different ?

  • Yes. I edited the post with a print of the processes and their names

Browser other questions tagged

You are not signed in. Login or sign up in order to post.