Skip to Main Content

Java SE (Java Platform, Standard Edition)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

java.exe return codes - windows

843798Sep 20 2001 — edited Sep 26 2001
I 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?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 24 2001
Added on Sep 20 2001
4 comments
976 views