update and install a new midlet

hi i am having trouble installing a new version of my midlet from a webs erver on a s60 device. the program just opens up the web browser instead of downloading the midlet.

here is my code:

String game_url = "http://casino770.com/production_jon/jackorbetter/240x320/nokia/videoPoker.jar";

try

{

//connect and download the new version

this.platformRequest(game_url);

this.notifyDestroyed();

}

catch (IOException ex)

{

ex.printStackTrace();

}

any suggestions? the following link works on a browser

[580 byte] By [jonney69a] at [2007-11-27 5:09:18]
# 1
Try pointing to a ".jad" file instead of ".jar". Must work since, the device browser would map/associate the ".jad" mime type retrieved from the web-server to the AMS software and must launch the same.~Mohan
itsmohana at 2007-7-12 10:28:59 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 2
i have tried that and it diddnt work. it just displays the contents of the jad file inside the phones web browser
jonney69a at 2007-7-12 10:28:59 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 3
try to launch the application manager (i really don't know how to do that !!)
suparenoa at 2007-7-12 10:28:59 > top of Java-index,Java Mobility Forums,Java ME Technologies...