Sony Ericsson emulator problem on 64bit Windows
I stumbled across a problem with Sony Ericsson emulator trying to run it on Windows 7 64bit, with Java JDK 1.6.0.18 last week.
Error produced while attempting to run emulator from IntelliJ IDEA was following:
java.lang.UnsatisfiedLinkError:C:\SonyEricsson\JavaME_SDK_CLDC\WTK2\bin\sublime.dll: Can't load IA 32-bit .dll on a AMD 64-bit platform
There is a simple solution:
- Un-install Sony Ericsson Java ME SDK
- Download and install 32 bit Java SDK (No need to remove current Java SDK which is installed in C:\Program Files\Java\jdk1.6.0_18 as 32bit version will get installed in C:\Program Files (x86)\Java\jdk1.6.0_18)
- You do not need to set PATH of this Java installation
- Re-install Sony Ericsson Java ME SDK, which should automatically pick installation directory of 32bit Java (C:\Program Files (x86)\Java\jdk1.6.0_18)
Enjoy Sony Ericsson emulator on 64bit OS 

