I'm writing some automated tests that frequently cause my RCP application
to crash. The tests are actually for a piece of LISP code that runs on a
separate server, but to properly simulate actual behavior I want my RCP
client application to connect to the server and behave like a normal user
would.
Some of these test cases crash my application and I get "JVM terminated
Exit code=1" type of errors. These errors don't precisely matter to me,
but it is a huge pain to log in after a night's test run and have 200 or
so such pop-up windows covering my screen. Is there any way to silence
this type of error message? Is there some way of catching the JVM
termination error so that I can sidestep this dialog?