It's all about the answers!

Ask a question

ClearQuest Java API


Roger Layani (5313238) | asked Jun 19 '14, 7:30 a.m.
 Hi
I am trying to use the CQ Java API and investigate his possibilities to couple it with RTC

Running on a win8 machine I get error message:
Exception in thread "main" java.lang.UnsatisfiedLinkError: C:\Program Files (x86)\IBM\RationalSDLC\ClearQuest\cqjniproxy.dll: Can't load IA 32-bit .dll on a AMD 64-bit platform

Has someone met this kind of problem
Should I run it on Win7 machine ?

Has someone experience with CQ Java API can give some tips?

Thx
Roger

One answer



permanent link
Donald Nong (14.5k414) | answered Jun 19 '14, 8:30 p.m.
ClearQuest is 32 bit only and you have to use 32 bit in your application all the way through. Based on the error message, you have invoked 64 bit somewhere (e.g. using a 64 bit JRE).

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.