Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
JVM が終了すると、次のメッセージが表示されました。
JVM process exited with a code of 10
終了コード 10 の意味は何ですか?
JVMは、プログラムによって指定された終了コードを生成します。System.exit(code).
System.exit(code).
JVM がクラッシュした場合、終了コードが何を意味するかは OS 固有です