I'm using openjdk-8
openjdk version "1.8.0_212"
OpenJDK Runtime Environment (build 1.8.0_212-8u212-b03-0ubuntu1.18.04.1-b03)
OpenJDK 64-Bit Server VM (build 25.212-b03, mixed mode)
and i try to install javafx by:
sudo apt-get install openjfx
but it is not installing any of jfxrt.jar, jfxswt.jar etc. in any of openjdk folders and it should according to this post. What am I doing wrong?