Is "ImageSwitcher" in the default package? If not, you need to specify the full class name in the JAD file.
Are you launching using OTA (Over The Air) or directly? (again, if direct, you need to specify the full class name if it's not in the default package.) The other thing to do would be to check to see the exact command line with which the emulator is being invoked. See the "troubleshooting" section in the on-line documentation for how to turn on logging of this information and where to find it. -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Giannis Papadopoulos Sent: Wednesday, July 05, 2006 10:57 AM To: [email protected] Subject: Re: [Eclipseme-users] ClassNotFoundException in EclipseME 1.5.4 Jeronimo Ginzburg wrote: > Can you tell me the exact exception? > > Giannis Papadopoulos wrote: > >> I have installed the latest EclipseME 1.5.4 in Eclipse 3.1.1 and >> WTK2.2 in Linux. >> I can create projects and compile them, however trying to run or >> debug them throws an ClassNotFoundException. >> >> I tried to sign the application, but this does not solve the problem. >> >> Any leads? >> >> >> >> > Suppose my class is ImageSwitcher it throws: Running with storage root MediaControlSkin java.lang.ClassNotFoundException: ImageSwitcher 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. 696317 bytecodes executed 5 thread switches 740 classes in the system (including system classes) 3532 dynamic objects allocated (96620 bytes) 1 garbage collections (0 bytes collected) It clearly cannot find the ImageSwitcher class. -- one's freedom stops where others' begin Giannis Papadopoulos Computer and Communications Engineering dept. (CCED) University of Thessaly http://dop.freegr.net/ ____________________________________________________________________ http://www.freemail.gr - äùñåÜí õðçñåóßá çëåêôñïíéêïý ôá÷õäñïìåßïõ. http://www.freemail.gr - free email service for the Greek-speaking. Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Eclipseme-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/eclipseme-users Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Eclipseme-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/eclipseme-users
