运行出错?解决方案


运行出错  急急急
Running   with   storage   root   DefaultColorPhone
java.lang.ClassNotFoundException:   client
at   com.sun.midp.midlet.MIDletState.createMIDlet(+14)
at   com.sun.midp.midlet.Scheduler.schedule(+52)
at   com.sun.midp.main.Main.runLocalClass(+28)
at   com.sun.midp.main.Main.main(+116)
Execution   completed.
698629   bytecodes   executed
2   thread   switches
740   classes   in   the   system   (including   system   classes)
3554   dynamic   objects   allocated   (96460   bytes)
1   garbage   collections   (0   bytes   collected)


java 程序开发 J2ME

黄瓜X菊花 11 years, 3 months ago


java.lang.ClassNotFoundException: client

没找到client这个类阿 你看是不是写错了

正义的队长 answered 11 years, 3 months ago


用System.out.println( " ")先把出问题的代码位置找出来.然后分析代码.

shade90 answered 11 years, 3 months ago


client 是 Client

XXXXXXX answered 11 years, 3 months ago


Running with storage root DefaultColorPhone
java.lang.ClassNotFoundException: client

妹子挑软的捏 answered 11 years, 3 months ago

Your Answer