We need to package an extension jar file when deploying a Java client with webstart. The extension jar need to be installed under jre/lib/ext
and make it available to the java client when started by WebStart.
I managed to copy the files to the right location, but the problem I was facing was that after I installed the extension jar under lib/ext
, I needed to restart the client JVM in order to pick up the new jar.
How to avoid needing to restart the JVM?