Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

JRE 8 : The packaged JavaBean is not located under the directory <jre_home>\axbridge\bin

906860Nov 4 2014 — edited Nov 8 2014

Platform: Win 7

Version JRE8 version 25 (32 bit)

Command prompt with Administrator privilege

We have a java bean dll under "C:Program Files (x86)\Java\jre1.8.0_25\axbridge\bin" needs to be registered via the command prompt.

The system gives an error " The packaged JavaBean is not located under the directory <jre_home>\axbridge\bin" even after I set jre_home="C:Program Files (x86)\Java\jre1.8.0_25".

We never had this issue with JRE 7 . Last version we used is JRE 7 update 55.

Appreciate any help.

Comments

dvohra21

Set jre_home="C:Program Files (x86)\Java\jdk1.8.0_25".

instead of

jre_home="C:Program Files (x86)\Java\jre1.8.0_25".

906860

Actually, I found out Active-X bridge has been removed from Java 8.

Area: Deployment / Plugin
Synopsis
Removal of Active-X Bridge

Description
The Active-X Bridge has been removed from this release.

Compatibility Guide for JDK 8

1 - 2

Post Details

Added on Nov 4 2014
2 comments
1,827 views