ClearQuest Java API
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
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
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.