Are you unable to run the JavaME SDK 3.0 emulator on Windows 7? Workaround found!
6 comments
Comment from: cozmint Visitor

Comment from: Jose Visitor

Great contribution!
Thanks!!!!!
Comment from: Ressy Visitor

God Bless You!
(Don't know how you figured that out but you're a freakin' genius!!)
For me the emulators worked, but after installing nokia's sdk everything was ruined.
Comment from: robin Member

@Ressy Using Process Monitor from sysinternals.com indicated that the .exe had a buffer overflow error. Data Execution Prevention (DEP) is designed to block that kind of thing, because it is a potential security threat. Putting the .exe into the exception list allows it to overflow as much as it wants. Sun/Oracle should really fix their code so that hacks like these are not required.
It might be that the Nokia emulator is experiencing a similar problem. Looking at Process Monitor while you're trying to start your MIDLet should probably identify why some .exe misbehaves.
Comment from: Nuno Visitor

Thanks a lot...
A very long time that a i have to solve this problem.
Comment from: Niks Visitor

For the same OS(Windows 7), with wtk 2.5 the emulator stopped working after half a second in eclipse Ide. So for that what could be the solution.
Excellent!
Thank you very much for sharing!