problem on j2mewtk1.0.1 ktoolbar
Hi all,
my computer with win2k OS, installed jdk1.3, and j2mewtk1.0.1. I use ktoolbar to create a new project and then put a simple hello world level .java file to the src folder of that project and then compile and run the project with ktoolbar. Ktoolbar can compile and build the project and then it start the emulation, but the emulation just display for a second and close. Ktoolbar report a exception error:
Exception: java/lang/ClassNotFoundException
java.lang.ClassNotFoundException: newtest
at com.sun.midp.midletsuite.MIDletSuiteImpl.loadInitialMIDlet(+49)
at com.sun.midp.dev.DevMIDletSuiteImpl.loadInitialMIDlet(+9)
at com.sun.midp.midlet.Scheduler.schedule(+31)
at com.sun.midp.dev.DevMIDletSuiteImpl.schedule(+7)
at com.sun.midp.Main.runLocalDescriptor(+20)
at com.sun.midp.Main.main(+44)
Do i need to set any path or classpath to make the ktoolbar work ? (but I have already tried to set path and classpath but the exception still occured)
Pls help

