Projects / j-Interop

j-Interop

j-Interop is a Java Open Source library (under LGPL) that implements the DCOM wire protocol (MSRPC) to enable development of Pure, Bi- Directional, Non-Native Java applications which can interoperate with any COM component. The implementation is itself purely in Java and does not use Java Native Interface (JNI) to provide COM access. This allows the library to be used from any Non-Windows platform. It comes with pre- implemented packages for automation. This includes support for IDispatch, ITypeInfo, and ITypeLib. For more flexibility (in the cases where automation is not supported), it provides an API set to directly invoke operations on a COM server.

Tags
Licenses
Operating Systems
Implementation

RSS Recent releases

  •  08 Feb 2010 15:54

    Release Notes: Major bugs were fixed regarding memory and session management. The JIVariant(Object) and JIVariant(Object, boolean) ctors have been removed. The JISession.createSession() method was introduced. This does not require any user credentials and uses the credentials of the "logged-in" user. It is native and works only on Windows with NTLMv1 only. The Java library path using -D"java.library.path" must be set to point to "NTLMAuth.dll", which is available with the jTDS project (http://jtds.sourceforge.net/).

    •  13 Dec 2009 17:55

      Release Notes: NTLMv2 security has been introduced. An OOM issue due to improper logging has been fixed.

      •  01 May 2009 12:58

        Release Notes: This release fixes releasing of COM references more than once during GC by the library, which caused the "RPC server has disconnected" exception. There are one or two other minor fixes.

        •  11 Feb 2009 16:16

        Release Notes: A comparison has been made with the published MS DCOM specifications and any differences that could be found were reconciled. Of course, j-Interop does not fully implement the Bi-Directional feature, so those parts of the protocol have been left out.

        •  27 Jan 2009 14:24

        Release Notes: This drop fixes issues related to reference counting done by the library for each COM object. It is highly recommended to move to this release as soon as time permits.

        Screenshot

        Project Spotlight

        Apache OpenMeetings

        A multi-language customizable video-conferencing and collaboration system.

        Screenshot

        Project Spotlight

        TEA

        A modest and easy-to-use editor with many useful features for HTML editing.