JDK-6254947 : java.library.path includes 32-bit usr/lib on 64-bit jvm
  • Type: Bug
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 5.0u1
  • Priority: P4
  • Status: Closed
  • Resolution: Fixed
  • OS: solaris_nevada
  • CPU: generic
  • Submitted: 2005-04-13
  • Updated: 2012-10-08
  • Resolved: 2005-09-22
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 6
6 b53Fixed
Related Reports
Relates :  
Relates :  
Description
[dep, 13Apr2005]

  The search path for native libraries, java.library.path, includes
  usr/lib instead of usr/lib/64 when running the 64-bit jvm.

  Moreover, its handling of LD_LIBRARY_PATH is limited; it should also
  be checking LD_LIBRARY_PATH_32 or LD_LIBRARY_PATH_64 for overrides.

  Lastly, there is no awareness of a crle-imposed run path.

###@###.### 2005-04-13 21:31:40 GMT

Comments
EVALUATION Fixed by calling dlinfo() to determine the proper library path setting. See 6312057 comments for more details.
12-09-2005