Hello,
Im having an issue here. I need to run a Java program with a language called CLIPS. i have the JNI files and the .dll at my System32 directory.
But when i try to compile the source code, i got this error:
Exception in thread "AWT-EventQueue-0" java.lang.UnsatisfiedLinkError: C:\Windows\System32\CLIPSJNI.dll: Can't load IA 32-bit .dll on a AMD 64-bit platform
It's quite strange, because im using an intel i5 with a Win 7 64bits.
Oh and my JDK version is 64 bits
How i fix this?
Thanks in advace.