who can help me with j2mewtk?
i try to use j2mewtk to development my midlet,
but it can't work,it always say that can't find class when execute the midlet(there is no problem while complie and preverify).
even i create a new project with j2mewtk.
but the nokia suite and motorola's sdk can work well.
who know this problem,pls let's me know.
[360 byte] By [
wzy25] at [2007-9-26 2:17:52]

if you get : xxx.xxx.icon.Selector$xxxxx not found
then check the icon file which you mentioned in the project>settings>MIDlets>icon. that icon file should be in the .../apps/yourproject/res directory
if this is not the case then chek the file name you mentioned in the project>settings>MIDlets>class
here you have to enter the class name as mypackage.myMIDlet
hope these may give you an idea.
if none of these then please specify the error that is been shown.
all the best