> We need to instantiate a COM component from Java and are looking at the
> various solutions that support this. Here is our list thus far.
[quoted text clipped - 11 lines]
>
> Any help is greatly appreciate.
If you need to instantiate a COM component then I presume this is because
there is a COM component that you want to use.
Just how platform agnostic do you want to be?
a. Absolutely, or at least everything that Java runs on (and ignore the fact
that maybe the COM component doesn't actually run on that platform)
b. All Microsoft platforms.
If you are expecting magically to get the ability to run COM on Unix
platforms for example then I think you will have difficulty.

Signature
Bill Medland
Help With COM - 17 Oct 2006 19:49 GMT
So far this appears to be the only platform agnostic solution:
http://j-integra.intrinsyc.com/products/com/specifications.asp
>> We need to instantiate a COM component from Java and are looking at the
>> various solutions that support this. Here is our list thus far.
[quoted text clipped - 23 lines]
> If you are expecting magically to get the ability to run COM on Unix
> platforms for example then I think you will have difficulty.