I've seen two cases where the JVM just stops without any messages whatsoever:

Stack Overflow (infinite recursion)
Out of Memory

You have a try{ but no catch() clause in the code you show. What does
your catch clause look like? You could be suppressing the exception by
mistake.

/LS


On Sun, 7 Nov 2004 19:50:11 +0300, Igor A. Deruga <[EMAIL PROTECTED]> wrote:

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to