Java Web Start application uninstall - source enthusiasm

Wednesday, July 11, 2007

Java Web Start application uninstall

Today I start implement in my Java Web Start application the installer-desc element to identify and installer/uninstaller for an application. Which must be declared in main JNLP file as extension and in installation JNLP have . For installation and uninstalling, the JNLP Client must invoke the public static void main(String[]) method in the specified class with the String array {"install" | "uninstall"} as an argument. The end user should has suitable a Java version 7(b13), 6u2(b01) to call the uninstaller.

No comments: