Java RE plug in (Multi-Version Support)
After installing and unistalling many different versions, a lot of entries remain in
HKEY_CLASSES_ROOT\CLSID\{CAFEEFAC-xxxx-xxxx-xxxx-ABCDEFFEDCBA}
and
HKEY_USERS\*_Classes\CLSID\{CAFEEFAC-xxxx-xxxx-xxxx-ABCDEFFEDCBA}
(ABCDEFFEDCBA changes)
In general the CLSID looks as follows:
CAFEEFAC-<major version>-<minor version>-<patch version>-ABCDEFFEDCBA
where major version
, minor version
and patch version
are all 4-digit hexadecimal number
Can you get it done by registry cleaning?