我试图用OpenJDK在一个M1 Macbook终端上安装Java8,它给出了以下错误。我使用的命令是brew install openjdk@8
Error: openjdk@8: no bottle available!
You can try to install from source with:
brew install --build-from-source openjdk@8
Please note building from source is unsupported. You will encounter build
failures with some formulae. If you experience any issues please create pull
requests instead of asking for help on Homebrew's GitHub, Twitter or any other
official channels.发布于 2022-10-09 22:30:02
目前,还没有任何版本的openjdk@8支持Macbook中的M1 x64位芯片。但是,还有一种选择,它可以使用这个网站安装:https://adoptium.net/temurin/releases/?version=8
https://stackoverflow.com/questions/74008762
复制相似问题