I'm trying to run a java project called To-Do-O (source - http://www.ohloh.net/p/to-do-o/enlistments) After I loaded the projects into Eclipse and run the main.java, it returns the following error:
Exception in thread "main" java.lang.UnsatisfiedLinkError: Cannot load 32-bit SWT libraries on 64-bit JVM
I tried adding -d32 as many of the solution suggests [see iamge], but it returns another message
Error: This java instance does not support a 32-bti JVM. Please install the desired version.
Does anyone have the fix??