Dear all,
I want to try to compile and run hellosynthesis on Eclipse SDK Version: 3.4.1 and the java sun wireless toolkit 2.5.2 for CLDC, but it cannot be runned because of:
Running with storage root C:\Documents and Settings\cy\j2mewtk\2.5.2\appdb\MediaControlSkin
Running with locale: Chinese_Taiwan.950
Running in the identified_third_party security domain
java.lang.NoClassDefFoundError: javax/speech/EngineMode
at com.sun.midp.midlet.MIDletState.createMIDlet(+29)
at com.sun.midp.midlet.Scheduler.schedule(+52)
at com.sun.midp.main.Main.runLocalClass(+28)
at com.sun.midp.main.Main.main(+80)
Execution completed.
3385779 bytecodes executed
19 thread switches
1674 classes in the system (including system classes)
17635 dynamic objects allocated (529368 bytes)
2 garbage collections (457464 bytes collected)
Could you mind show me the step for how to build and run this example from the source code. It was beacuse i am a junior to use J2ME, Could you mind explain more detail on the step. Thanks you for your attention and help!
Yours faithfully,
editormax08