Missing Jar URL in the jad descriptor
I am a newbie to J2ME. I'm trying to implement some tutorial on the web and I'm running into this problem.
C:\Projects\Java\J2ME\Part1\output>%WTK_HOME%/bin/emulator -Xdescriptor DateTimeApp.jad
com.sun.kvem.midletsuite.InvalidJadException: Reason = 18
Missing Jar URL in the jad descriptor
My DateTimeApp.jad content is like follows:
MIDlet-1: DateTimeApp, , com.simpaq.j2me.DateTimeApp
MIDlet-Name: DateTimeApp
MIDlet-Version: 1.0.0
MIDlet-Vendor: Vikram Goyal
MIDlet-Jar-URL: DateTimeApp.jar
MIDlet-Jar-Size: 1245
MicroEdition-Profile: MIDP-2.0
MicroEdition-Configuration: CLDC-1.1
The DateTimeApp.jar file is present in the output directory where I'm executing the emulator command. What am I doing wrong here? Any help will be greatly appreciated.
Thanks.
Gabsaga

