For a web launch application (e.g. you say):
javaws -uninstall
You can also uninstall a specific Web Start application by specifying the JNLP URL on the command line -unintall.
When I ran into this problem, the main reason was the web server that was incorrectly applying the invalid expiration date for JAR Web Start files. When I fixed this problem with my Apache HTTPD configuration, I stopped using the Web Start application not always. It is worth checking out.
Eddie source
share