+

Search Tips   |   Advanced Search

ActiveX client programming, JClassProxy and JObjectProxy classes

The majority of tasks for accessing your Java classes and objects are handled with the JClassProxy and JObjectProxy objects.

JClassFactory is the object used to access the majority of JVM features. This object handles JVM initialization, accesses classes and creates class instances (objects). Use the JClassProxy and JObjectProxy objects to access the majority of our Java classes and objects:

  • ActiveX client programming best practices