JDK-7128768 : Need to support Access Bridge Feature
  • Type: Enhancement
  • Component: install
  • Sub-Component: install
  • Affected Version: 7u4
  • Priority: P2
  • Status: Closed
  • Resolution: Fixed
  • OS: windows
  • CPU: generic
  • Submitted: 2012-01-10
  • Updated: 2013-11-07
  • Resolved: 2012-06-28
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
7u6 b13Fixed
Related Reports
Relates :  
Relates :  
Relates :  
Description
Access Bridge Feature is targeted for 7u4. There are core-installer implications that need to be scoped and implemented, including UE, file deployment and API work.

Comments
EVALUATION Based on the arch of the installer, as well as the OS, the following files must be copied around/deleted during install. // JRE 32 bit installer : // ======================= // On 32 bit OS // --------------------- // 1. Copy WindowsAccessBridge.dll to system32 // 2. Delete jre\lib\ext\access-bridge-32.jar // 3. Delete jre\bin\JAWTAccessBridge-32.dll // 4. Delete jre\bin\ WindowsAccessBridge-32.dll // 5. Delete jre\bin\JavaAccessBridge-32.dll // // On 64 bit OS // ------------------- // 1. Copy WindowsAccessBridge-32.dll to SYSWOW64 // 2. Delete jre\lib\ext\access-bridge.jar // 3. jre\bin\JAWTAccessBridge.dll // 4. jre\bin\WindowsAccessBridge.dll // 5. jre\bin\JavaAccessBridge.dll // // JRE 64 bit installer : // ======================= // 1. Copy WindowsAccessBridge-64.dll to system32 //
21-05-2012