RSS Feed for This PostCurrent Article

Open Source Library for Java and .NET Interoperability

com4j aims to develop:

  1. A Java library that allows Java applications to seemlessly interoperate with Microsoft Component Object Model.
  2. A Java tool that imports a COM type library and generates the Java definitions of that library.

JNA provides Java programs easy access to native shared libraries (DLLs on Windows) without writing anything but Java codeā€”no JNI or native code is required. This functionality is comparable to Windows’ Platform/Invoke and Python’s ctypes. Access is dynamic at runtime without code generation.

JNA allows you to call directly into native functions using natural Java method invocation. The Java call looks just like it does in native code. Most calls require no special handling or configuration; no boilerplate or generated code is required.

JACOB is a JAVA-COM Bridge that allows you to call COM Automation components from Java. It uses JNI to make native calls to the COM libraries. JACOB runs on x86 and x64 environments supporting 32 bit and 64 bit JVMs


Trackback URL


RSS Feed for This Post2 Comment(s)

  1. rajnikatelila | Oct 3, 2008 | Reply

    i have no web site

  2. rajnikatelila | Oct 3, 2008 | Reply

    this is very special for me

Sorry, comments for this entry are closed at this time.