Community
Participate
Working Groups
Build Identifier: 20100917-0705 When running a MIDP application the MIDlet to be run must be extending only this project class or javax.microedition.midlet.MIDlet. When the MIDlet extending a MIDlet fro a different project NoClassDefFoundError is thrown. Reproducible: Always Steps to Reproduce: 1. Create MyFirstMidletProject example 2. create a new MyMobileGeneral project with a class MyGeneralMidlet extending javax.microedition.midlet.MIDlet 3. In Java Build Path add the MyMobileGeneral to the list of project 4. In MyFirstMidletProject change "MyFirstMidletClass extends MIDlet" to "MyFirstMidletClass extends MyGeneralMidlet"
There is a bug that prevents the packaging of the referenced projects unless they are exported. As a workaround export the project and it will be part of the packagin and preverification
A fix is released to head. Should become available from the nightly update state http://download.eclipse.org/mtj/updates/nightly/ in a day or so
*** Bug 287904 has been marked as a duplicate of this bug. ***