I’m currently using java jdk 18.0.2 attempting to make a javafx program, but it says it is not available. I’ve downloaded the libraries and added them manually to my project but that does not work also. Finally I downloaded a jdk off of azul that incorporates javafx in it but this also does not work. Everytine the program runs and compiles it says that it can’t find the javafx for JavaScript even though I’m using java
I’ve tried downloading multiple different jdks and sdks to throw in as separate libraries to use for import but it still is not working. Is it a problem with Apache 14?
My professor requires us to use java with ant so using maven is not an option.