JFX shared library permissions are incorrect in JDK for non-Windows platforms.
The binaries are copied from the JFX build using a Zip which filters permissions. It would appear that no effort is made to restore the permissions after the import is complete.
This is a non-fatal issue, as it appears that MacOSX and Linux will still load a non-executable shared library.
The binaries are copied from the JFX build using a Zip which filters permissions. It would appear that no effort is made to restore the permissions after the import is complete.
This is a non-fatal issue, as it appears that MacOSX and Linux will still load a non-executable shared library.
- links to