Reputation: 256
Exception:
java.lang.NoClassDefFoundError:
java/util/jar/Pack200
This error occur when I tried to uninstall Apache Netbeans 11.2. I've tried to uninstall it using Windows' "Add and Remove" setting and CCleaner. Both show same error. I've tried look into other stackoverflow questions regarding this issue but their issues are different from mine.
Upvotes: 0
Views: 1208
Reputation: 21
I had JDK 8 installed and then I installed Apache Netbeans 11.3. After I wanted to update the JDK and uninstall JDK 8 and install JDK 16. Then I wanted to update Netbeans and I tried to uninstall Netbeans 11.3, but I couldn't, I got the same error mentioned above, fix it as follows
1.- Uninstall the JDK 16
2.- Install the JDK 8 again
3.- Uninstall Netbeans 11.3 (this time I got it)
Upvotes: 2