java - Is there a JNLP Un-install event? -


does java web start have callback when jnlp deployed app going un-installed (either via add/remove programs or java control panel)?

reason delete app-generated artifacts & directories.

see extensioninstallerservice demo.

java web start (jws) offers installer-desc element identify installer/uninstaller application. intent of installer application set-up/pull-down can not handled standard jws behaviour of caching classes/resources @ 1st launch, , clearing them @ uninstall.

emphasis mine ( quote demo. ;).


Comments

Popular posts from this blog

c++ - Is it possible to compile a VST on linux? -

java - Output of Eclipse is rubbish -

jquery - Confused with JSON data and normal data in Django ajax request -