When Web Launch runs the installer-desc class, you need to know the installation result. If he does not receive a response, an exception will appear.
Communicate with Web Start as follows:
ExtensionInstallerService installerService = (ExtensionInstallerService) ServiceManager. lookup("javax.jnlp.ExtensionInstallerService"); //Say Successfully installerService.installSucceeded(false); //Say failure installerService.installFailed();
Daniel De LeΓ³n
source share