Google

Monday, December 15, 2008

Sony Ericsson SDK for the Java ME platform 2.5.0.3

Downloaded Sony Ericsson's latest SDK (111 MB). About twice
the size of Nokia SDK.

During installation in Vista I get error message:

"WTK2 emulator needs VoiceAge.DLL in order to work"

This error indicates that the VBScript DLL is not properly registered
on the Vista machine.

To solve this, open the cmd shell as Adminstrator (Right click
on the cmd icon from Start menu and Run as Adminstrator).
Then execute this command whilst in the default system32
directory:

regsvr32 vbscript.dll

( http://developer.sonyericsson.com/message/119457 )

Later after trying again to install, another message came up:

"Need to close this program before continuing: jsl.exe"

Just click next, the installer will kill the process and continue.

After installation, the process to link the SDK to Netbeans 6.5 is
the same as for the Nokia SDK.

However, you will note that there are two platforms added.
The first one is as shown below, Debug On-Device SDK.



The second one is the Emulator. See below:



When running tests, you should use the Emulator. There are many
Sony Ericsson mobile phone models. For example, K510:

The above K510 emulator is running the World Clock Program
that I have written.