Closed phivk closed 2 years ago
Installed JDK via:
brew install java
and symlinked it (as suggested buy homebrew):
For the system Java wrappers to find this JDK, symlink it with
sudo ln -sfn /usr/local/opt/openjdk/libexec/openjdk.jdk /Library/Java/JavaVirtualMachines/openjdk.jdk
fx
now runs as expected 🙂
I think the problem here is that the installer didn't check that Java was not installed. It should stop and give feedback instead of going on with the installation.
I tested the installer and I was missing wget and a JDK.
installed via homebrew:
Then the install.sh worked 👍 and
fx
is now available:This opens a modal:
Clicking the ‘More info‘ button opens: https://plugins.apple.com/java-en?intent=WebStart&os_version=10.15.7&jrs_version=15.0.1
which redirects to: https://www.adobe.com/products/flashplayer/end-of-life-alternative.html
😕
Tested on Mac OS 10.15.7