ActiveX bridge is not working with the new Plug-in. This feature needs to be added to maintain backward compatibility and this will also help in preventing outside users to file regressions.
- Create axbridge/bin inside the <jre_home>
- Copy the attached dll to the <jre>/axbridge/bin directory
- Register the dll using regsvr32 <dll_file>
- Make sure that <jre>/axbridge/lib is getting created with <dll.jar> getting dumped inside this folder
- Run the attached VB aplication embedded with Java bean, it should get launched properly. if java console property is set to show then Java console should get launched when application is executed.