Network Deployment (Distributed operating systems), v8.0 > Reference > Developer best practices


ActiveX client programming, Java virtual machine initialization tips

Initialize the Java virtual machine (JVM) code with the ActiveX to EJB bridge. For an ActiveX client program (Visual Basic, VBScript, or ASP) to access Java classes or objects, the first step that the program must do is to create Java virtual machine (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.


ActiveX to EJB Bridge
Develop ActiveX client application code

+

Search Tips   |   Advanced Search