Forum Discussion

cissy's avatar
cissy
Occasional Contributor
12 years ago

How to add TestComplete object library in Eclipse

My siuation is : I want to write code to start TextComplete Tool and open the project to run in Eclipse.

And how to add a reference to the TestComplete object library to my project in Eclipse?

2 Replies

  • cissy's avatar
    cissy
    Occasional Contributor
    If I want to write java code in Eclipse to start TestComplete tool and call the object of TestComplete library, like "ITestCompleteCOMManager"

    what should I do, and how can I add the reference of TestComplete library?
  • Hi,



    AFAIK, Java natively doesn't support using COM objects. However, there should be a solution which will allow you to instantiate TC's COM object. For example, a Google request "java com bridge" results in a large number of results, for example, this one.