Hi, I'm having trouble with the fx namespace

Scene Builder inserts several namespaces in an FXML file by default?

xmlns:fx="http://javafx.com/fxml/1";
      xmlns="http://javafx.com/javafx/11.0.1";

When I try to access either of these through IDEA, it tells me that there
is "No XML at the location."

When I try accessing them with a browser, I'm redirected to Oracle's java
page. If I use https instead of http, I get a warning about the certificate.

Oracle seems to have moved or removed them. How can make the fx namespace
accessible to my fxml file?

Thanks for your help

Reply via email to