The Oracle JDK for ARM no longer includes JavaFX1), so it must be installed separately.
java -version
on the ComfilePi to verify the installation. If the Oracle JDK is not installed, run sudo apt-get install oracle-java8-jdk
sudo unzip openjfx-8u60-sdk-overlay-linux-armv6hf.zip -d /usr/lib/jvm/jdk-8-oracle-arm32-vfp-hflt/
Oracle's Java SE Platform Products are licensed under the Oracle Binary Code Licence Agreement. See also Java SE Embedded Pricing Explained.
A potential alternative to the Oracle JDK is OpenJDK.