- Loading...
OpenJFX is designed to run runs on many platforms.
For many of them, you can simply simply install the JDK8 preview from jdk8.java.net. But some JDK 8. Some of the embedded platforms require a particular OS configuration or device present to work properly, or a community build.
...
OpenJFX for Embedded Linux is designed for uses a ' full screen framebuffer " configuration. This can be challenging as approach needs some adaptation to different platforms since there is not a standard for "framebuffer" EGL and "cursor" managementconfiguration EGL to use a framebuffer, nor for using hardware cursors.
One common requirement is that the OS distro must be a "distribution must use the hard float ABI ", to work with the JDK previewin order to work with JDK 8 for ARM. To run JavaFX on a soft float OS distribution you would need to compile OpenJFX yourself and run on a Java 8 VM with soft float support, such as OpenJDK or Java SE Embedded.
Support is limited to the OpenJFX "Core". Excluded is:
Future support is possible for:
...
core OpenJFX components: Base, Graphics, Controls and FXML. The components for integration with Swing and SWT are not provided for ARM platforms. It would be possible to support the Media and Web components, but these are not currently included in OpenJFX for ARM.
Here are the platforms , that are known to work:
The OpenJFX team would lke to work with members of the community to port to these additional platforms:
...