I have designed application as part of my college project
that has to be installed to the mobile phones of users
How can i do this? this is developed with J2ME and Symbian
Can i send the application and install it through an SMS
Put it on a web server, and configure the web server to send the correct MIME headers for .jar and .jad files (and .sis and .sisx files for Symbian apps), and then tell the users the download URL.
You can SMS the URL, too, but not the actual application files.