Search:

Type: Posts; User: helloworld922

Search: Search took 0.13 seconds.

  1. Replies
    5
    Views
    2,731

    Re: Kill a process

    Ooh.. I totally misread what you wanted :P I thought you wanted to kill your java program's process, but instead you want to kill a different process... yes, see the above two posts for how to do...
  2. Replies
    5
    Views
    2,731

    Re: Kill a process

    There is the System.exit() method that will force your program to stop execution, but you need to be careful using this, especially if you have either an Event driven model or a multi-threaded...
Results 1 to 2 of 2