I deployed my .jar file to the web server and attempted to download the .jar file using the old Nokia phone via its web browser. Upon finishing downloading, a garbled output is displayed on the web browser instead of prompting for installation. What went wrong? Do I have to create some sort of installation file for my .jar application? Thanks.
Share
A MIDlet is a combination of a
jadandjarfile. While some browsers permit direct installation of the jar, one would usually point a browser to thejadto install.And ensure the MIME types are set correctly.
jads need a MIME type oftext/vnd.sun.j2me.app-descriptor, andjars areapplication/java-archive.