Dominik Wilga
Dominik Wilga

Reputation: 73

Java JDK - 404 when downloading for macOS

I want to learn Java and I can't download Java JDK 8. When I try to download it I have a 404 error. It's Oracle site problem or what?

I tried to download it using Homebrew brew cask install java but it's the same problem:

Error: Download failed on Cask 'java' with message: Download failed: http://download.oracle.com/otn-pub/java/jdk/10+46/76eac37278c24557a3c4199677f19b62/jdk-10_osx-x64_bin.dmg

Upvotes: 4

Views: 1278

Answers (1)

Joel Gornati
Joel Gornati

Reputation: 206

I had the same problem today but I found this link http://www.oracle.com/technetwork/java/javase/downloads/java-archive-javase8-2177648.html?printOnly=1 and I can download it! first you must create and Oracle account

Upvotes: 3

Related Questions