+

Search Tips   |   Advanced Search

ActiveX client programming, JClassProxy and JObjectProxy classes

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

JClassFactory is the object used to access the majority of Java Virtual Machine (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 the Java classes and objects:


Related

  • ActiveX client programming best practices