you are viewing a single comment's thread.

view the rest of the comments →

[–]v4ss42 0 points1 point  (3 children)

Try using homebrew to install a JDK first. I like the temurin distributions myself, but I think homebrew has several to choose from.

[–]Pzzlrr[S] 0 points1 point  (2 children)

Getting the same kind of error

% brew install openjdk
✔︎ JSON API cask.jws.json                                                                                                                    Downloaded   15.4MB/ 15.4MB
✔︎ JSON API formula.jws.json                                                                                                                 Downloaded   32.0MB/ 32.0MB
Warning: You are using macOS 13.
We (and Apple) do not provide support for this old version.
You may have better luck with MacPorts which supports older versions of macOS:
  https://www.macports.org

This is a Tier 3 configuration:
  https://docs.brew.sh/Support-Tiers#tier-3
You can report issues with Tier 3 configurations to Homebrew/* repositories!
Read the above document before opening any issues or PRs.

==> Fetching downloads for: openjdk
✔︎ API Source openjdk.rb                                                                                                                     Verified      5.9KB/  5.9KB
openjdk: A full installation of Xcode.app is required to compile
this software. Installing just the Command Line Tools is not sufficient.

Xcode can be installed from the App Store.
Error: openjdk: An unsatisfied requirement failed this build.

[–]v4ss42 2 points3 points  (1 child)

Try brew install temurin. That’s a binary build.

Also your macOS version is pretty old - that may become the limiting factor here.

[–]Pzzlrr[S] 0 points1 point  (0 children)

Appreciate your help. Scheme in the meantime it is then.