Skip to Main Content

Java HotSpot Virtual Machine

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!

JVM exit codes

843811Mar 26 2003 — edited Mar 26 2003
Hi,

I have a java commandline program that is typically called from another native program. This java program communicates success or failure to the calling process via it's exit code. I have seen situations where the return code of my program clashes with the return codes of the JVM.

Is there a list somewhere of the return codes of the JVM? The meaning of the return codes would also be nice.

Or is there are range of codes that are NOT used by the JVM?

Thanks in advance

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 23 2003
Added on Mar 26 2003
1 comment
1,343 views