While trying to debug geronimo, when the debugger reachs the following code :
 

ThreadGroup group = new ThreadGroup("Geronimo");
Thread mainThread =
new Thread(group, main, "Main-Thread");
mainThread.start();

mainThread.join(); // stops here
return Command.SUCCESS;

It never gets to the return command as it stay paused in Thread.join() command.

 

Is this expected?

 

Emerson Cargnin

 


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.530 / Virus Database: 325 - Release Date: 22/10/2003

Reply via email to