I currently build applications in Java. Can I reuse my Java libraries in JavaFX Script?
Yes. You can leverage the power of Java by using any Java library within a JavaFX application. This way you can preserve your investment in Java and use JavaFX to build engaging visual experiences. The proven security model of Java can be leveraged to securely deploy JavaFX applications and access system resources such as file system and system devices. And because JavaFX applications are compiled to Java byte-code, they take advantage of the dynamic Java HotSpot Virtual Machine to get the best possible performance.