I’ve just installed CommandBox 4.5 on OSX Mojave using Homebrew (“brew install commandbox”) - super easy!
I can also start “box” without any issues. But always get the message
Unable to find any JVMs matching version “1.8”.
No Java runtime present, try --request to install.
when starting.
Java (1.8) actually IS installed =>
$ java -version shows me this:
java version “1.8.0_201”
Java™ SE Runtime Environment (build 1.8.0_201-b09)
Java HotSpot™ 64-Bit Server VM (build 25.201-b09, mixed mode)
Any ideas why the message is appearing anyway?