Java development kit
OpenJDK (Open Java Development Kit) is an implementation of the Java Platform, Standard Edition (Java SE). It is the result of an effort Sun Microsystems began in 2006, four years before the … Wikipedia
Factsheet
Original author Sun Microsystems
Developers Oracle, OpenJDK and Java Community, Red Hat, Azul Systems, IBM, Microsoft, Amazon, Apple, SAP
Release May 8, 2007; 19 years ago (2007-05-08)
Factsheet
Original author Sun Microsystems
Developers Oracle, OpenJDK and Java Community, Red Hat, Azul Systems, IBM, Microsoft, Amazon, Apple, SAP
Release May 8, 2007; 19 years ago (2007-05-08)
🌐
Code2care
code2care.org › home › java › install openjdk java (8/11/17) versions using brew on mac (intel/m1/m2)
Install OpenJDK Java (8/11/17) versions using brew on Mac (Intel/M1/M2) | Code2care
January 26, 2026 - To install OpenJDK on Mac running ... will get installed which is JDK 18 as of September 2022. Installing Java JDK 8 (ONLY WORKS FOR Intel x86_64)...
🌐
GitHub
github.com › Homebrew › homebrew-core › issues › 109379
On M1 Mac : Hive has a dependancy on openjdk@8 (which is no longer available) · Issue #109379 · Homebrew/homebrew-core
September 1, 2022 - See https://blog.adoptopenjdk.net/2021/08/goodbye-adoptopenjdk-hello-adoptium/ I appear to have fixed hive by symlinking the openJDK@8 to my tempurin@8 folder.
Author   Homebrew
Discussions

java - Will x64 jdk-1.8 work in Mac with Apple Silicon (M1) Chip? - Stack Overflow
I am trying to have JDK 8 run with cassandra 3.x in my dev-setup Mac with M1Pro Chip. Arm64 jdk-8 is currently unavailable currently. More on stackoverflow.com
🌐 stackoverflow.com
java - Homebrew : Error: openjdk@8: no bottle available - Stack Overflow
I am trying to install Java 8 with OpenJDK in an M1 Macbook terminal and it gives the following error. Command that I used was brew install openjdk@8 Error: openjdk@8: no bottle available! You can... More on stackoverflow.com
🌐 stackoverflow.com
October 10, 2022
How can I install java openjdk 8 on High Sierra or newer macOS - Ask Different
How do I install OpenJDK 8 on High Sierra or newer macOS? It looks like support for the Java Oracle JDK version 8 will be deprecated after January 2019 Java SE Overview Additionally, it looks like More on apple.stackexchange.com
🌐 apple.stackexchange.com
current main doesn't compile anymore
MacOS Sonoma 14.3.1, Azul JDK-21. ant build bash ./build1-8+ . . . BUILD FAILED /Users/ur20980/src/bc-java/ant/jdk18+.xml:123: The following error occurred while executing this line: /Users/ur20980... More on github.com
🌐 github.com
6
February 25, 2024
🌐
GitHub
github.com › box › mojito › issues › 1009
Problems installing Mojito · Issue #1009 · box/mojito
May 27, 2024 - "openjdk@8: The x86_64 architecture is required for this software.
Author   box
🌐
Homebrew
formulae.brew.sh › formula › openjdk@8
Homebrew Formulae: openjdk@8
Formula code: openjdk@8.rb on GitHub · Bottle (binary package) installation support provided for: Current versions: Other versions: Keg-only · Depends on: Depends on when building from source: Requires: x86_64 architecture ·
🌐
Csdn
ask.csdn.net › questions › 8013835
arm homebrew jdk不兼容_编程语言-CSDN问答
October 18, 2023 - ... 根据问题描述,你在ARM架构下使用Homebrew下载JDK时遇到了兼容性问题,因为JDK8只适用于x86_64架构。要解决这个问题,你需要通过其他方式安装适用于ARM架构的Java Development Kit (JDK)。 ... 由于Homebrew目前不支持在ARM架构下操...
Find elsewhere
🌐
GitHub
github.com › bcgit › bc-java › issues › 1588
current main doesn't compile anymore · Issue #1588 · bcgit/bc-java
February 25, 2024 - MacOS Sonoma 14.3.1, Azul JDK-21. ant build bash ./build1-8+ . . . BUILD FAILED /Users/ur20980/src/bc-java/ant/jdk18+.xml:123: The following error occurred while executing this line: /Users/ur20980/src/bc-java/ant/bc+-build.xml:1375: /Us...
Author   bcgit
🌐
Medium
erwinschleier.medium.com › install-jdk-8-and-setup-java-home-on-mac-m1-1b0ea243b05a
Install JDK 8 and Setup JAVA_HOME on Mac M1 | by Erwin Schleier | Medium
November 14, 2023 - And finally you can install JDK8. Therefore go to: https://www.azul.com/downloads/?version=java-8-lts&os=macos&architecture=arm-64-bit&package=jdk scroll down and download the .dmg file than execute it.
🌐
Scala Users
users.scala-lang.org › question
Brew dependencies can't be satisfied, MacOS M1 - Question - Scala Users
July 4, 2022 - Hi I’m unable to install dotty on an M1 MAC as the homebrew formula depends on openjdk@8, which isn’t available for M1 macs. If you try and install an alternative JDK you get the following: ➜ scala3-playground brew install --cask homebrew/cask-versions/adoptopenjdk8 ==> Tapping ...
🌐
rieckpil
rieckpil.de › home › java tutorials › java development on an apple sillicon (m1, m2, m3, arm64)
Java Development on an Apple Sillicon (M1, M2, M3, ARM64) | rieckpil
March 18, 2024 - I’ll refer to the traditional Intel/AMD processors as x64 (you may find the following synonyms: x86_64, amd64). The first thing we install as Java developers on a new machine is a JDK. While searching for a arm64 compatible JDK back in 2021, the Azul Zulu JDK build popped up first. There’s no difference in the installation process of a JDK compared to an x64 Mac. Once we’ve downloaded and installed a compatible JDK build, we have the baseline for our Java development for our Apple M1: ... The brew formula for openjdk is also installing a compatible Apple M1 JDK build.
🌐
OpenJDK
cr.openjdk.org › ~simonis › MinGW_MSYS.v1 › raw_files › new › README-builds.html
OpenJDK Build README
No other compilers are known to build the entire JDK, including non-open portions. Visual Studio 2010 Express compilers are now able to build all the open source repositories, but this is 32 bit only. To build 64 bit Windows binaries use the the 7.1 Windows SDK.
🌐
PHP Freaks
forums.phpfreaks.com › other › other programming languages
my MacBook Pro doesn't like java... - Other Programming Languages - PHP Freaks
April 6, 2023 - hi, I have installed java 8 twice in my MacBook Pro, that I downloaded from here,https://www.java.com/en/download/manual.jsp (a fairly new MBP, running Ventura 13.2.1) but when I do "javac" in the terminal it cannot find a java installation.. so I looked in Library/Java/ only to realize all it's ...