What is this error while running emulator "java.lang.RuntimeException command faileds with symbian error code -30472"?

196 Views Asked by At

I am running J2ME project on "S60_5th_Edition_SDK_v0.9" emulator but while running the emulator I found the above error. Searching on the google I found that NOKIA has not given the specification for this error code. Can anybody solve this? Also, can I run this project directly on the device itself?

1

There are 1 best solutions below

0
KevinD On BEST ANSWER

-30472 is an error from the Software Installer indicating that your installation file is corrupted (source). Perhaps your Midlet JAR isn't packaged correctly?