I just googled for this:
Error: 25099 during Java installation
|
Quote:
|
SYMPTOMS
While Java installation is in progress, a message box with the following error is displayed:
'Error 25099. Unzipping core files failed.'
CAUSE
This error indicates that the Java installation process has failed. Installation process can fail if process named 'Java Quick Starter ' (jqs.exe) is running and has not terminated after uninstallation
WORKAROUND
Step 1 :Uninstall older versions of the Java Software.
Step 2 : Stop or terminate the jqs.exe process.
Step 3 : Download and install Java.
|
Step 2 is a bit weird, how can jqs still be running after java has been uninstalled? Sounds like bad programming...
Anyways, I suggest downloading and installing the jdk/jre offline. But before that, uninstall jdk/jre, reboot, and then kill all java processes such as: jqs.exe and jusched.exe
Here's the command:
|
Code:
|
taskkill /IM jqs.exe
taskkill /IM jusched.exe |
There's a gui way, but I don't feel like describing it.
edit:
Did some further digging, as a last resort, you can also try del the java folder if it's still there after an uninstall.