Setting correct path in wtk
Since my eclipse problems did not get solved I tried to run my app directly from the wtk. But I seem to have forgotten something.
When I try to launch my app i get
Unable to create MIDlet ShowreelPlayer
java.lang.ClassNotFoundException: ShowreelPlayer
at com.sun.midp.midlet.MIDletState.createMIDlet(+14)
at com.sun.midp.midlet.Selector.run(+22)
In my src-folder I have the following structure:
src->spmobile->ShowreelPlayer.java (my MIDLet file)
Do I have to change something anywhere to fix this?

