JavaBeans Bridge for ActiveX v1.0 - September 97
  

Warning

The CLASSPATH/PATH requirements have changed dramatically since Beta 3, please read the environment settings for the bridge paragraph.
 
REPACKAGE ALL your JavaBeans with the new packager version. Do not use old packaged JAR files, they will not be loaded any more by the bridge,  they reference classes that are obsoleted or renamed.

 

Requirements

 

Installation

1.    Files installation
Warning : The installation assumes the JDK 1.1 or later is installed OR the bin directory added to the path.
Double click on the setup.exe and follow the instructions.
 
 
 

Tested Containers

 

Design Considerations

        Although you don't need to code the JavaBeans differently if you want to use it in the ActiveX bridge, there are some considerations and advices you need to follow:

Environment variables used by the ActiveX bridge

        The ActiveX bridge does not require any environment variable.

        The Java Development Kit must have been installed with its correct installation setup OR the JDK must be accessible through the PATH

        The Bridge will look into the registry to look at it's installation path to use the correct CLASSPATH. If you move manually the bridge installation directory, please modify the registry key :
                HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Beans\ActiveX Brige\ActiveXHome

        If you package some JavaBeans and want to load the packaged jar file into the BeanBox you will need to add the path to the bridge classes to the CLASSPATH before running the beanbox. You can either modify the makefile that runs the beanbox or set the environment variable CLASSPATH.
        Given you installed the ActiveX bridge in the c:\bdk\bridge, register the following CLASSPATH:
                CLASSPATH =c:\bdk\bridge\classes
 
        To register the CLASSPATH on Windows 95, edit the autoexec.bat file and add the following statement:
                set CLASSPATH = c:\bdk\bridge\classes
 
        To register the CLASSPATH on NT, log on as administrator, start the control panel, select the environment tab and add a system variable CLASSPATH with the correct value.