I need one MIDlet with two MIDlet.
Hi, I've a problem, I've try do a MIDlet, called Tierra. This MIDlet should start with a menu and a application's list ( two MIDlet: tierra2 o tierra3). This try it, but when I press any applications (tierra2 o tierra3) :
ALERT: NoClassDefFoundError: TierraLeyendas/TierraLeyendas
Execution completed successfully
My file, Tierra.jad is:
MIDlet-1: tierra2 , , Tierra.tierra2
MIDlet-2: tierra3, , Tierra.tierra3
MIDlet-Jar-Size: 100
MIDlet-Jar-URL: Tierra.jar
MIDlet-Name: Tierra
MIDlet-Vendor: Antonio Esteban,Oscar Menendez y Julia Marin
MIDlet-Version: 1.0
MicroEdition-Configuration: CLDC-1.0
MicroEdition-Profile: MIDP-2.0
the file's structure is:
Tierra
- - - bin
Tierra.jad
- - - classes
- - - tierra2 (with .class)
- - - tierra3 (with .class)
- - - lib
- - - res
- - - src
- - - tierra2 (with .java)
- - - tierra3 (with .java)
- - - tmpclasses
- - - tmplib

