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.
プロセスを作成したランタイムが終了したときに killProcessによって作成された Java はありますか? Runtime.execまたは、シャットダウンフックをインストールし、残りのすべてのプロセスをProcess.destroy. javadoc は、ランタイムが存在し続ける場合に何が起こるかについてのみ述べています。
Process
Runtime.exec
Process.destroy