comfilepi:install_the_oracle_jdk_and_openjfx:index
Install the Oracle JDK and OpenJFX
The Oracle JDK for ARM no longer includes JavaFX1), so it must be installed separately.
- Run
java -versionon the ComfilePi to verify the installation. If the Oracle JDK is not installed, runsudo apt-get install oracle-java8-jdk - Download an OpenJFX binary archive from one of the OpenJFX Community Builds. In this demonstration we will use OpenJFX 8u60 stable for armv6hf from https://chriswhocodes.com/.
- Overlay the OpenJFX archive on top of the existing JDK by running the command
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.
comfilepi/install_the_oracle_jdk_and_openjfx/index.txt · Last modified: by 127.0.0.1
