JCom(Java-COM bridge)
Japanese | English
Abstract
Do you like Microsoft ?
Whether you like it or not,
It is a fact that most men are using Windows and Office products.
These are made based on COM (Component Object Model) architecture.
If we can use COM from Java, we can use almost package from Java,
as if it treated by VBA...
manga
Sample
demo_eng.htm
Download
jcom220.jar(454,456 byte)
library(jcom.jar+jcom.dll) contain source, documents, samples.
License
GNU-LGPL
http://www.gnu.org/copyleft/lesser.html
Support
homepage:
http://www11.u-page.so-net.ne.jp/ga2/no-ji/jcom/index.htm
e-mail: mailto:no-ji@ga2.so-net.ne.jp
Caution
I had all my trouble for making English version.
I'm poor at English and I may/must misinform you. (Sorry!)
Please correct me if I'm wrong.
e-mail: mailto:no-ji@ga2.so-net.ne.jp
history
2000/10/16 Ver2.20
add support types(see guide.html)
detect illegal argument.
repair that argument list must reverse.
repair that ByRef is not reflected.
repair that String[] convertion.
to call COM made by VB.
2000/09/04
Sample3:generate XML-file from Excel
making demo English version
to correct "Caution". thanks' Mr Takahiro.
2000/08/29
The call method is united with COleDispatchDriver::InvokeHelperV() of
VC++.
add support VARIANT type. VT_UI1, VT_BYREF, etc...
add ITypeInfo,ITypeLib,Com to stable version.
how to install
English version
back