"ClassNoFound" error in J2ME wireless toolkit for Bluetooth
Dear all,
In a bluetooth java programming book, I tried a Bluetooth application source code called "TicTacToeMIDlet" in J2ME Wireless toolkit v.2.2. It can be successfully built, but when I run it, the following errors occurs:
"java.lang.ClassNotFoundException: TicTacToeMIDlet"
Can anybody help me about what's going on? The book said that I should copy a file named "isim_midp.jar" from the Rococo Impronto Simulator to my WTK library, however, I don't have Impronto, does it cause the problem? Can anyone suggest me how to successfully run this code if I don't have budget to purchase Impronto for Windows? (Since I'm only a student)
The full error codes are shown below:
Building "TicTacToeMIDlet"
Build complete
Running with storage root DefaultColorPhone
Unable to create MIDlet TicTacToeMIDlet
java.lang.ClassNotFoundException: TicTacToeMIDlet
at com.sun.midp.midlet.MIDletState.createMIDlet(+14)
at com.sun.midp.midlet.Selector.run(+22)
Execution completed.
746715 bytecodes executed
22 thread switches
741 classes in the system (including system classes)
3826 dynamic objects allocated (110608 bytes)
1 garbage collections (0 bytes collected)
*****************************************
Thanks so much!!!
Gary

