Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 4.2.0, 4.2.1, 4.3.0, 4.3.1, 4.3.2
-
Component/s: Uninstaller
-
Labels:None
-
Number of attachments :
Description
Every call to Debug methods can cause ClassNotFound Exceptions because the static init code references the Installer class which is not included in the uninstaller.jar
The Installer class is no longer referenced to avoid ClassNotFound exceptions.