> Yes, that's the trick, use a java object created on the main thread as the > thread factory. More precisely, use the main thread or a thread created by java to create the next thread via java.lang.Thread. Andi..