Friday, September 30, 2011

Emulator failed to register in time

I am using netbeans , with j2me , When running the application , I have got
"Emulator 8 failed to register in time!" , to solve this :
right click my computer - properties - advanced [tab] - performance [section] - settings - Data Execution prevention [tab] - check "Turn on DEP for all programms and services except those I select" : and from list below check :"runMidlet" and if not exists add it from"
<javame-install-dir>\runtimes\cldc-hi-javafx\bin\runMidlet.exe" for example
:"f:\Java_ME_platform_SDK_3.0\runtimes\cldc-hi-javafx\bin\runMidlet.exe"

No comments:

Post a Comment