Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Jesse Black   on Apr 29 In Java Category.

  
Question Answered By: Freda Lane   on Apr 29

this depends on what you are trying to do.
If your application creates their own threads (to do some
parallel processing e.g.) then you can of course kill
this thread  inside your application (since you are
the owner).
If you are talking about threads in a linux/unix world then
you take a look at the Runtime class in Java which gives
you the ability to call "system commands" like cp, rm, kill  and so on.

Share: 

 

This Question has 1 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on Timed threading Or get search suggestion and latest updates.


Tagged: