Hi guys,
My challenge here is that i have a MIDlet .jar file and its equivalent .jad on a webserver under a directory structure like this e.g
http://www.jinda.com/Web/phones app/DEN_GEN/MIDLETS 2.0_1.1/happy.jad
http://www.jinda.com/Web/phones app/DEN_GEN/MIDLETS 2.0_1.1/happy.jar
now i want people to be able to browse a site where the .jad file and the .jar file is too and be able to download the .jar file thru the .jad file.
How do i set the MIDlet-jar-url parameter to point to the .jar file for it to be able to be downloaded? because as it is now, when i tested it with the "Run MIDP application" tool of the WTK it is giving this complaint:::
------------------------------------------
WTK OTA server started ...
Error: Download of http://www.jinda.com/Web/phones app/DEN_GEN/MIDLETS 2.0_1.1/happy.jar failed.
Error: Please check again the URL location and proxy settings
Error: Reason = 36
--------------------------------------------
so what do you guys think?
your helps will be extremely appreciated
j1


Reply With Quote

