Java2COM: Java and COM Integration
Java2COM is a bi-directional Java-COM bridging tool that enables Java applications, applets, and servlets to use COM objects and makes possible to expose Java objects as if they were COM objects.Java2COM Features:
- Allow Java applications to use COM objects: in-process DLLs and OCXs, local servers, remote DCOM servers.
- Allow Java clients to subscribe to COM events. Allow COM components to make callbacks to Java.
- Expose Java objects as if they were COM objects. Allow Java objects to generate COM events.
- Host ActiveX and OCX visual components inside AWT, Swing, or SWT Java containers.
- Automatic generation of Java proxy classes from a COM type library.
- Automatic generation of a COM type library and a Java stub class from a Java class.
- Support for all COM Automation data types including Variants, SafeArrays, Basic Strings, and User Defined Types.
- Support for COM Automation early and late bindings.
- Support for COM STA and MTA.
- Support for COM v-table and IDispatch (COM Automation) bindings.
- Easy to use with many examples to get you started. Online Support Forum.
- No runtime royalties.
*