I have since 3 months problems with my javafx application, the problem is that I can't build my javafx application. When I build this error occurs:
Error: Java FX Packager: Can not build artifact - fx: deploy is not available in this JDK
I am using Java SE 14.0.1.
My steps:
- create JavaFX
- add Java SE 14.0.1 as JDK
- add artifact
- build
How can I fix the error? I want my javafx application to be runnable on mac, windows and linux.
Is there a way to do this?