+ 4
on java fx
jdk that i installed is not openjdk.if i wanna use javafx, should i download openjdk?
6 Respuestas
+ 4
From Java 11 onwards, JavaFX is not longer shipped with the jdk.
The framework can be downloaded from
https://openjfx.io
+ 3
It's better to use a build tool to manage the dependencies instead of adding each api/sdk to the path manually tbh.
+ 1
alpha5and5
...and Ant.
I prefer to mention build tools right away because they are important to know about and the way of practice.
Just because one gets the impression that you need to know a lot of frameworks and tools doesn't mean we should hide the information from them imo. Fact is that you need a lot of frameworks and tools.
Later on when the path is messed up and one needs to deliver something what actually can be deployed, one can get back to the recommended wap and use a tool.