|
52
MIDlet-Version:
1.0.0
MIDlet-Vendor:
Vikram
Goyal
MIDlet-Jar-URL:
DateTimeApp.jar
MIDlet-Jar-Size:
MicroEdition-Profile:
MIDP-2.0
MicroEdition-Configuration:
CLDC-1.1
Save
this
file
as
DateTimeApp.jad
in the
same
folder
as
the
JAR
file
(C:\WTK22\article\output). The last step is put the actual JAR size of MIDlet into
MIDlet-Jar-Size attribute in JAD file.
2.3.8.3.1.6 Test
Before deployed,
it
is always better
to
test MIDlet application
in the emulator
to see
how it looks and runs. To test in emulator, use the following command:
C:\WTK22\article \output>..\..\bin\emulator.exe -Xdescriptor DateTimeApp.jad
|