I developed a SWT runnable jar and supposedly I'm using a 32bit and 64 bit compatible SWT .jar library.
As you can see this SWT jar has 32 and 64 in his name: org.eclipse.swt.win32.win32.x86_64
When I execute this on my developer machine which has java jdk 64 bit installed it works perfectly, but when I execute it on a 32 bit java machine, it gives this error: java.lang.UnsatisfiedLinkError: Cannot load 64-bit SWT libraries on 32-bit JVM
Why? is not that library for both 64 and 32 bit as it's name says?