1 Reply Latest reply on Mar 5, 2004 4:23 PM by hlehtimaki

    servlet serving a midlet

    vmoreno

      Hello,
      midlet consists of two files .jad and .jar,
      browsing I can download with success midlet to phone.

      My question:
      is it possible for a servlet to serve first the .jad and later the .jar ?
      will it work, to download midlet to phone?

      Thanks

        • 1. Re: servlet serving a midlet
          hlehtimaki


          Hi,

          I'm just developing a midlet provisioning server.

          Your servlet needs to serve the .jad file first. In the .jad file there is MIDlet-Jar-URL -tag which should point to the .jar file. When you click the link to your .jad file in your phone's WAP browser, the phone loads the .jad file and asks if you want to install the application.

          Hope this helps.

          Harri