vote up 4 vote down star
3

Is it possible to call a COM API from Java (specifically the HP/Mercury Quality Center OTA API)? If so, what's the best way?

Is something like JACOB appropriate?

Code fragments would be helpful for the basics :-)

flag

3 Answers

vote up 6 vote down check

jacob : yes, http://sourceforge.net/projects/jacob-project/ is an active project that will suite your purpose pretty well.

you can see multiple examples : http://jacob-project.wiki.sourceforge.net/Event+Callbacks

but if you want something that is more tested and are willing to pay money, then go for http://www.nevaobject.com/_docs/_java2com/java2com.htm.

link|flag
vote up 2 vote down

You can use Jawin > http://jawinproject.sourceforge.net/

or try the instructions http://docs.rinet.ru/ZhPP/ch20.htm

Arun K.Y arunky

link|flag
vote up 2 vote down

I've also found this to be useful: com4java

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.