Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » How to new CQSession (cqjni.jar) by eclipse-jee-kepler-SR2-win32-x86_64(Error:cqjniproxy.dll is not a valid Win32 application)
How to new CQSession (cqjni.jar) by eclipse-jee-kepler-SR2-win32-x86_64 [message #1402442] Thu, 17 July 2014 02:33
xinxin lv is currently offline xinxin lvFriend
Messages: 1
Registered: July 2014
Junior Member
Hello,
I downloaded eclipse-jee-kepler-SR2-win32-x86_64 for my 64bit computer, and install IBM64-bit SDK for java v6

Code:
CQSession cqSession = new CQSession()

Error

Exception in thread "main" java.lang.UnsatisfiedLinkError: cqjniproxy (C:\Program Files (x86)\IBM\RationalSDLC\ClearQuest\cqjniproxy.dll is not a valid Win32 application. )
at java.lang.ClassLoader.loadLibraryWithPath(ClassLoader.java:1035)
at java.lang.ClassLoader.loadLibraryWithClassLoader(ClassLoader.java:999)
at java.lang.System.loadLibrary(System.java:507)
at com.rational.clearquest.cqjni.CQJNIBaseObj.<clinit>(Unknown Source)
at java.lang.J9VMInternals.initializeImpl(Native Method)
at java.lang.J9VMInternals.initialize(J9VMInternals.java:201)
at java.lang.J9VMInternals.initialize(J9VMInternals.java:168)
at test.main(test.java:42)

I tested by RTC Eclipse, everything goes well.
Is there anyone can help me fix this? And what is the probable reason?

Thankyou for your help, I really appreciate it.
Previous Topic:Perform eclipse operations via console
Next Topic:e4/maven/tycho doesn't find required bundle
Goto Forum:
  


Current Time: Fri Apr 26 20:05:53 GMT 2024

Powered by FUDForum. Page generated in 0.07833 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top