JCom(Java-COM bridge)

by YOSHINORI Watanabe

Japanese | English

Abstract

Do you like Microsoft?
Whether you like them or not, the fact is that most people are using Windows and Office products. These applications generally support the Microsoft COM (Component Object Model) Architecture. If we can have access to COM objects from Java, we can use any package that supports the COM architecture from Java, as if the Java application were a VB/VC++ application.

manga



Sample

demo_eng.htm

Download

jcom223.zip(464,634byte)

library(jcom.jar+jcom.dll) contains source, documents, and samples.


Setup, Development Information.

guide_eng.html


License

GNU-LGPL

Support

homepage
e-mail

Similar Software

  • JACOB
  • jacoZoom
  • Bridge2Java
  • BeanXporter
  • Weblogic COM
  • Java2COM
  • J-Integra

    history

    2001/05/22
  • Eric Merritt corrected this page and the guide_eng.html page.

    2001/04/27
  • Similar Software section added.

    2001/04/25
  • Setup/Development information added. (guide_eng.html)

    2001/04/05 Ver2.22
  • Support for ExcelFont added.
  • VB-COM sample added. demo/vbcom/

    2000/11/27 Ver2.21
  • IPersist added. You can get ProgID/CLSID of COM object any that supports this interface.
  • Changed the 1st argument of IUnknown#queryInterface(). String -> Class.
  • if the COM object does not support the specified interface, it now returns (null) at IUnknown#queryInterface().

    2000/10/16 Ver2.20
  • Support for types added (see guide_eng.html)
  • JCom now detects illegal arguments.
  • Repaired argument list reverse funtionality.
  • Repaired the ByRef not being reflected.
  • Repaired String array conversion.
  • Calls to COM objects written in VB added.

    2000/09/04
  • Sample3:generate XML-file from Excel spreadsheet added
  • Demo English version in process
  • Corrected "Caution", Thanks to Mr Takahiro.

    2000/08/29
  • The call method is now united with COleDispatchDriver::InvokeHelperV() of VC++.
  • Added support for the VARIANT data type. VT_UI1, VT_BYREF, etc...
  • Added ITypeInfo, ITypeLib, COM to stable version.
  • Added installation instructions
  • English version now available

    back