"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

[1347 byte] By [GarySoa] at [2007-11-26 13:56:30]
# 1
Do you have a list of class files? The missing class listed sounds like the main class of your application. You might have a typo in a name somewhere. The name of the program, its main class, and the info in the JAD and manifest files must match.
ccsgraphica at 2007-7-8 1:36:03 > top of Java-index,Java Mobility Forums,Java ME Technologies...