WAS v8.5 > Reference > Developer best practices

ActiveX client programming, Java virtual machine initialization tips

Initialize the JVM code with the ActiveX to EJBs (EJB) bridge. For an ActiveX client program (Visual Basic, VBScript, or ASP) to access Java classes or objects, the first step the program must do is to create JVM code within its process.

To create JVM code, the ActiveX program calls the XJBInit() method of the XJB.JClassFactory object. When an XJB.JClassFactory object is created and the XJBInit() method called, the JVM is initialized and ready to use.


Related concepts:

ActiveX to EJB Bridge


+

Search Tips   |   Advanced Search