Try calling .join() on the thread object you created to run your Runnable. This will make the current thread wait until the child has finished. I forgot the reason why is solves the problem, it must be in the Java concurrency tutorials somewhere. On Feb 21, 2012 4:26 PM, "Karl Weber" <[email protected]> wrote:
- Shutdown DB does not work / threadding issue Karl Weber
- Re: Shutdown DB does not work / threadding issue Kristian Waagan
- Re: Shutdown DB does not work / threadding issue José Ventura
