-
When i download the msi or zip files on this page for Windows x64 i get a 0 bytes file. This happens for OpenJDK 21, 17 and 11. winget also doesnt work here, running the following command:
Results in the following error:
Is there something going on with the download files? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
It seems you're encountering issues with downloading the OpenJDK MSI or ZIP files for Windows x64 winget upgrade --id Microsoft.Winget.Source Alternatively, you can manually download and install the OpenJDK MSI or ZIP files from the Microsoft OpenJDK download page: https://learn.microsoft.com/en-us/java/openjdk/install#install-on-windows-with-the-windows-package-manager-winget |
Beta Was this translation helpful? Give feedback.
It seems you're encountering issues with downloading the OpenJDK MSI or ZIP files for Windows x64
Possible Causes and Solutions:
1.
Server Issues: There might be temporary issues with the Microsoft servers hosting the OpenJDK files. This can cause incomplete downloads or mismatched file sizes.
• Solution: Try downloading the files again after some time. Server issues are often resolved quickly.
2.
Network Problems: Network interruptions or restrictions could be causing the downloads to fail.
• Solution: Check your internet connection and ensure there are no network restrictions or firewalls blocking the downloads.
3.
Corrupted Cache: Sometimes, cached data can interfere with downloads.
• …