|
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