Hi guys,
I have following problem: I am using the Java ME SDK 3.0 and I am trying to run some sample MIDlets. For example this very basic HelloMIDlet which can be found here http://developers.sun.com/mobility/midp/articles/wtoolkit/src/HelloMIDlet.java
Build runs successfully, but if I try to run it, the emulator appears, but nothing happens. Here is a warning from the logfile:
Starting emulator in execution mode
Installing suite from: http://127.0.0.1:3607/HelloMIDlet.jad
[WARN] [rms ] javacall_file_open: _wopen failed for: C:\javame-sdk\3.0\work\0\appdb\_delete_notify.dat
[WARN] [rms ] javacall_file_open: _wopen failed for: C:\javame-sdk\3.0\work\0\appdb\_ch_suite.raw
bdj-run:
cdc-run:
profiler.check:
open-profiler:
run:
BUILD SUCCESSFUL (total time: 20 seconds)
The exact same source code used with the WTK 2.5.2 builds and runs without a problem. Any ideas what the problem is?
Thanks a lot,
iobytrap