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を「再起動」する方法はありますか?
そのプログラム内からコードによって、現在実行中の.jar(完全なプロジェクト)を再開するオプションはありますか?
を使用して呼び出すことができますRuntime.getRuntime().exec()
Runtime.getRuntime().exec()
java -jar yourJar.jar
すぐに呼び出すことができます
System.exit(0);
したがって、新しいインスタンスを起動して現在のインスタンスを停止します