This appendix lists Jamaica exit codes. Standard exit codes are exit codes of the application program. Error exit codes indicate an error such as insufficient memory. If you get an exit code to an internal error please contact aicas GmbH support with a full description of the runtime condition or, if available, an example program for which the error occurred.
Table B-1. Standard exit codes
| Code | Description |
|---|---|
| 0 | no error |
| 1 | exception or error in Java program |
| 2..63 | application specific exit code from System.exit() |
Table B-2. Exit codes of errors
| Code | Description |
|---|---|
| 64 | JamaicaVM failure |
| 65 | VM not initialized |
| 66 | insufficient memory |
| 67 | stack overflow |
| 68 | initialization error |
| 69 | setup failure |
| 70 | clean-up failure |
| 71 | invalid command line arguments |
| 72 | exec() failure |