JVM exit codes
843811Mar 26 2003 — edited Mar 26 2003Hi,
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