Manual Install of Java Access Bridge
Friday, September 5th, 2008The Sun Java Access Bridge has an automatic install and a manual installation procedure. Most of the time the automatic one works fine, but there are times it does not. This seems especially true of third party applications that use their own included Java runtime environment (JRE) packaged with their product. When the automatic install does not seem to work try these steps.
Manual Installation steps:
All files to be copied are in <ACCESSBRIDGE_HOME>\install\installfiles
where <ACCESSBRIDGE_HOME> is the folder where the access bridge was unzipped.
- Copy all .dll files to your windows\system32 folder.
- Copy access-bridge.jar and jaccess-1_x.jar to the jre\lib\ext folder of your jvm. jaccess-1_x.jar depends on the version of jvm you are installing into. For example if it is jdk 1.4.1, then you would use jaccess-1_4.jar.
- Copy accessibilities.properties to the jre\lib folder for your jvm.