Meaning of JVM exit code 10

和自甴很熟 提交于 2019-12-11 03:19:46

问题


I got the below message when the JVM exited:

JVM process exited with a code of 10

What is the meaning of exit code 10?


回答1:


The JVM yields the exit code specified by the program with System.exit(code).

If the JVM crashed it's OS specific what the exit code could mean



来源:https://stackoverflow.com/questions/994752/meaning-of-jvm-exit-code-10

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!