I have a windows exe program that, according the the API supplier,
contains some out of process COM objects which I need to access from
Java. I know that for 'in process' COM objects, I can convert it into
a dll and use JNI to access the functions. But how do I access out of
process COM objects /functions?
Thanks,
XS
Vitaly - 07 Nov 2005 09:25 GMT
Try the tool at
http://simtel.net/product.php[id]60701[sekid]0[SiteID]simtel.net
Regards,
Vitaly Shelest
> I have a windows exe program that, according the the API supplier,
> contains some out of process COM objects which I need to access from
[quoted text clipped - 5 lines]
>
> XS