I'm trying to write a SWT app in Eclipse, in a 32 bits Ubuntu 12.04 system. It works fine but when I try to execute it on my 64 bit Windows 7 system, I get an error: cannot load 32-bit swt libraries on 64-bit jvm
Well, the problem is pretty clear. But, what can I do about it? Can I build a 64 bit version of my program on a 32 bit system, or do I really need to get a 64 bit Ubuntu set up just for this?