Does Java Web Start have any callback when your JNLP deployed app is going to be un-installed (either via Add/remove programs or Java Control Panel)?
Reason for this is to delete any app-generated artifacts & directories.
See the ExtensionInstallerService demo.
Java web start (JWS) offers the
installer-desc
element to identify an installer/uninstaller for an application. The intent of the installer is to do any application set-up/pull-down that can not be handled by the standard JWS behaviour of caching the classes/resources at 1st launch, and clearing them at uninstall.
Emphasis mine ( quote from my demo. ;).
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With