-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
What steps will reproduce the problem?
1.while loading ilglibjni.dll
2.
3.
What is the expected output? What do you see instead?
i am not able to run exo2.java on 64-bit
Exception in thread "main" java.lang.UnsatisfiedLinkError:
java.lang.UnsatisfiedLinkError: no glibjni in java.library.path
java.lang.UnsatisfiedLinkError: G:\NetBeans_Projects\OSCATS1\libglibjni-0.dll:
Can't load IA 32-bit .dll on a AMD 64-bit platform
at oscats.bindings.Plumbing.<clinit>(Plumbing.java:89)
What version of the product are you using? On what operating system?
OSCATS 0.6, windows7 64bit
Please provide any additional information below.
I am working on OSCATS 0.6 64-bit. I have included all the dlls of 64bit but
internally it is using the 32-bit libraries. like libintl-8.dll,libglib.dll
internally using KERNEL32.dll and MSVCRT.dll of 32bit.
Kindly provide the soultion for this problem.
Original issue reported on code.google.com by murukutl...@gmail.com on 21 Nov 2011 at 5:41
Reactions are currently unavailable