Programmatically remove an old Java Webstart application

i previously published a webstart application at some URL,

and users downloaded my app (and it created desktop shortcut icons, file associations, etc.)

now I publish a standalone Java application with a full installer and everything.

my problem is: old users now see 2 icons - the icon from Webstart,

and the new icon from my new application.

of course I could tell the user to run "javaws", select the old outdated entry, then click Remove.

but is there a way that I can programmatically do that (so that in my standalone app's

application code it just "performs" it?)

thx

[629 byte] By [fire_storma] at [2007-11-26 23:54:28]
# 1
http://java.sun.com/javase/6/docs/technotes/tools/share/javaws.html#ctrloptionsLook for the -uninstall option
AndrewThompson64a at 2007-7-11 15:36:44 > top of Java-index,Desktop,Deploying...
# 2
thank you! it worked!(at the same time, i need to beat myself with a clue-stickfor never bothering to look for a commandl-ine option that does that)thx again!
fire_storma at 2007-7-11 15:36:44 > top of Java-index,Desktop,Deploying...