i an running RAD 8.0.2 on a 64bit win7 machine. I have an ant build script that I am trying to use the input task, but get the following error:
java.lang.UnsatisfiedLinkError: Cannot load 32-bit SWT libraries on 64-bit JVM
a quick google tells me that i need to tell the JVM to use 32bit...makes sense. So going to Preferences / Java / Installed JREs; editing the default jvm to supply the VM arg -d32 doesn't do anything.
maybe ant is running in a different vm? any ideas?