Java Swing app hangs when run in normal mode but runs fine in debug mode

Posted by snocorp on Stack Overflow See other posts from Stack Overflow or by snocorp
Published on 2010-05-07T01:36:58Z Indexed on 2010/05/07 1:48 UTC
Read the original article Hit count: 234

Filed under:
|

I am writing a basic Java application with a Swing front-end. Basically it loads some data from a Derby database via Apache Cayenne and then displays it in a JTable. I'm doing my development in Eclipse and I don't think it's important but I'm using Maven for dependencies.

Now this works fine when I run using Debug but it seems to hang the display thread when I use the Run button. I've done a thread dump and I'm not 100% certain but everything looks good. I used Java VisualVM and the threads look fine there as well.

Strangely it seems to work intermittently. It's pretty consistent though and easy to reproduce. If anyone has any ideas, I'm all out of them.

© Stack Overflow or respective owner

Related posts about java

Related posts about swing