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.
OSを再起動せずに、JREを備えたWindowsサーバーでJVM全体を再起動するにはどうすればよいですか?
次のようなものがありますか:
Java -再起動
または、これは不可能です。アイデアは、JRE のフォルダーにtool.jarを追加/lib/extし、JVM を再起動する必要があるということです。
/lib/ext
プロセスは、Java実行したいときにオンデマンドで実行されます。デーモンではありません。Java正常に終了しない場合は、プロセスを手動で停止 (強制終了) する必要があります。
Java