xptm
15-06-2003, 03:12 PM
I've made a MIDlet suite with SunOne Mobile Edition and i have a problem with the JAD file. I can install the MIDlet from the JAR file, but installing it from the JAD it gives a error.
Help anyone?
Help anyone?
|
View Full Version : Error with JAD instalation xptm 15-06-2003, 03:12 PM I've made a MIDlet suite with SunOne Mobile Edition and i have a problem with the JAD file. I can install the MIDlet from the JAR file, but installing it from the JAD it gives a error. Help anyone? 23-06-2003, 02:10 PM I've made a MIDlet suite with SunOne Mobile Edition and i have a problem with the JAD file. I can install the MIDlet from the JAR file, but installing it from the JAD it gives a error. Help anyone? What are you installing on ? What is the contents of the JAD file ? 25-06-2003, 05:03 PM You can see then at http://xptm.com.sapo.pt/xptMIDlets/xptMIDlets.html I'm trying to install it in a SE P800. Thanks. gunnar-p800 19-09-2003, 03:49 PM You can see then at http://xptm.com.sapo.pt/xptMIDlets/xptMIDlets.html I'm trying to install it in a SE P800. Thanks. The JAD file needs to contain the full http:// URL of where the JAR file is located. In P800 if you download the JAD file using the browser the JAD becomes handed over to the Install SW (which has no information about from where the JAD originated). So it parses the JAD file looking for the URL so it can download the JAR. In this case that field in the JAD says : MIDlet-Jar-URL: xjColors.jar and that clearly does not point to where it is located on your server. But if you edit the JAD so it says : MIDlet-Jar-URL: http://xptm.com.sapo.pt/xptMIDlets/xjColors.jar then the JAR download is more likely to succeed. |