I am getting this below error when trying to install and activiate JavaFX in Netbeans 19.
There were some problems while storing JavaFX Implementation for Windows (amd64).
Cause: Cannot resolve external reference to [m2:/org.openjfx:javafx-base:17.0.7:jar:win]
Any help to resolve this error is much appreciated. I am using Netbeans on Windows 10.
Thanks in Advance.
It looks you don't have openjfx library in your local Maven repository. Try to add following dependency to your dependencies section in pom.xml file.
PS. MVN Repository is great tool to look for missing dependencies.