Netbeans requires Java but the Netbeans Homebrew formula does not include Java as a dependency so it must be installed manually first:
brew install javaPer the Netbeans formula caveats,
For the system Java wrappers to find this JDK, symlink it with
(note the following paths are for an Apple Silicon machine. as of this writing Intel users will have a different path)
sudo ln -sfn /opt/homebrew/opt/openjdk/libexec/openjdk.jdk /Library/Java/JavaVirtualMachines/openjdk.jdkThen install Netbeans
brew install netbeans
work like a charm, tested at M3 2025