开发者

Is there a JNLP Un-install event?

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 ar开发者_C百科tifacts & 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. ;).

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜