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.