View Single Post
  #2 (permalink)  
Old 10-27-2008, 03:02 AM
Norm's Avatar
Norm Norm is offline
Senior Member
 
Join Date: Jun 2008
Location: SouthWest Missouri, USA
Posts: 2,229
Rep Power: 4
Norm is on a distinguished road
Default
Quote:
how do i make it continue to loop?
Is the "it" the client code? If you want to code to do two things at the same time, you'll need to have the things running on different threads.

Comment on your code:
put printStackTrace() calls in your catch blocks so you'll know why and where the exception occured
Reply With Quote