Can't load IA 32-bit .dll on a AMD 64-bit platform

I made a plugin on a 32 bit machine and need to run it on a 64 bit machine. How can I correct this error?

Can’t load IA 32-bit .dll on a AMD 64-bit platform

i guess we need some more information. you worte a spark plugin in java?!

maybe you could try to force java to use 32 bit datamodels with “-d32” as start parameter.

You have to run it from the sysWOW64 folder. That’s all. Nevermind!