I was using NetBeans with jdk-1.8.0 to compile JavaFX-based files for a desktop application. Now I have updated to jdk-12.0.2 and I need to make JAR files from those Java files without NetBeans. I found that "jdk-12.0.2/lib" does not contain "ant-javafx.jar" also. Oracle documentaion states about jdk-1.8.0-based JavaFX handling. I am confused.
I appreciate any help so that I may make JAR file in commandline (with the manifest file) in jdk-12.0.2 in ubuntu. Thanks a lot.