java.exe return codes - windows
843798Sep 20 2001 — edited Sep 26 2001I have a java application being run from a batch file on WindowsNT4sp6a using Sun's j2se 1.3.0 (build 1.3.0-C) with Java Hotspot (TM) Client VM (build 1.3.0-C, mixed mode) and during the course of running the app (confirmed that it happens at different places in the app by observing logs), the VM simply dies with no exceptions thrown that my java app can catch.
But, using MS batch environment variable ERRORLEVEL, I observe that the java.exe is returning 3 as the return code. I also have observed that java.exe returns 0 normally.
Can anyone clue me into where I can find info about what return code 3 is?
Also, are there any VM log/tracing mechanisms I can turn on to help debug this problem?