Oracle has clearly stated:
"As of JDK 7u6 JavaFX is included with the standard JDK and JRE bundles."
Currently I have JDK 14 on my desktop computer; I search the entire system to find such a file as jfxrt.jar; but nothing found. Also System.getProperty("javafx.runtime.version")
returns null.
Additionally, I installed JavaFX SDK from OpenJfx and took a look inside its lib directory. The following are the only thing I found (nothing for run time; no jfxrt.jar):
Where can I download jfxrt.jar then?