How to build Installation Package in j2me ?
Hi everyone. I'm using jwt 2.5.2
I have created a small project & built its .jar and .jad file. It works perfectly in my mobile phone when I copy both files in the phone.
But I want to make an Installation package so that I can upload it on web and anyone can download it & install in their phone.
What is the process for making such Installation Package of my project ?
Thanks in advance :)
Re: How to build Installation Package in j2me ?
The "installation pacage" are the .jad and .jar files. Provide a link/URL to the .jad and make sure it refers to the .jar and that your web server is configured to send the correct MIME headers for .jad and .jar files.