JDK-7143005 : [macosx] Re-introduce .jnilib support
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.lang
  • Affected Version: 7u4
  • Priority: P2
  • Status: Closed
  • Resolution: Duplicate
  • OS: os_x
  • CPU: generic
  • Submitted: 2012-02-06
  • Updated: 2012-03-15
  • Resolved: 2012-02-06
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 7
7u4Resolved
Related Reports
Duplicate :  
Relates :  
Description
The fix for 7134690 removed support for .jnilib libraries from JDK7 on Mac OS X. This removal is quite painful for many existing apps which ship their native libs as .jnilib files, e.g. JavaFX or Eclipse.