Any method for accessing Windows COM methods using Java? -
i have application makes use of jna call functions hardware abstraction library in c++. 1 of supported hardware devices requires windows com subsystem initialized (via coinitialize or coinitializeex).
does know java library can trick? know wrap windows functions, if had ready , tested, better. found 1 called jacob said documentation not , it's been long time since last updated it.
thanks!
we use com4j (for external processes excel) , swt com api (for embedded gui components). sometimes, use jacob, depends on control want control. don't implement idispatch interface correctly, , 1 of java com apis works.
we had com components needed vb6 wrapper dll, in turn can called com4j, prepare headaches!
Comments
Post a Comment