- Loading...
...
The kernel also needs the proper drivers to be present for these libraries to work. This can be checked with:
$ dmesg | grep Galcore
Galcore version 4.6.9.9754
Udev must be configured on the target system. JavaFX tries to open libudev.so.0
Embedded JavaFX used udev and direct access to the framebuffer (/dev/fb0). In general, JFX Embedded applications will need to be run as root, unless the system has been reconfigured to grant access to these devices.
...