Cannot Load 32-bit Swt Libraries On 64-bit Jvm Exclusive
Cannot load 32-bit SWT libraries on 64-bit JVM - Stack Overflow
A: A fat JAR cannot contain native libraries for multiple architectures. You must exclude the SWT native libraries from the fat JAR and load the correct version dynamically at runtime, or create separate fat JARs per platform. cannot load 32-bit swt libraries on 64-bit jvm