简体   繁体   中英

How to reboot the JVM under windows

How do I restart the whole JVM in our Windows Server which have JRE, without restarting the OS?

Is there something like:

java -restart

Or this is not possible. The idea is that I added tool.jar in /lib/ext folder of the JRE and that I need to restart the JVM.

The Java process runs on demand as and when you want to run it. It's not a daemon. You need to stop the Java process manually (kill it) if it doesn't end gracefully.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM