-
Bug
-
Resolution: Fixed
-
P2
-
fx2.1
-
Mac OS X
See RT-19101 for a description of why this is the case.
Currently all native JavaFX libraries loaded via NativeLibLoader have the .jnilib extension. We need to change them all to have the .dylib extension instead.
Affected libraries:
libmat.jnilib -->libmat.dylib
Currently all native JavaFX libraries loaded via NativeLibLoader have the .jnilib extension. We need to change them all to have the .dylib extension instead.
Affected libraries:
libmat.jnilib -->libmat.dylib
- blocks
-
JDK-8127215 Native libraries on Mac OS X need to have .dylib extension
- Closed