How can I download java game?
Hi everyone, sorry for my english, it is not my native language.
I have Game.Jar file, which is java game for Nokia ,and I uploaded this file into database.
Now I have a filed, type of byte[] (array of bites)
next, I generate URL like http://site.com/getfile.xxx?id=10, and then user go to this URL via WAP, and trying to send him byte[] array with java game data.
But I don't know which Content-Type i must send :(
I trying to send Content-Type: application/jar , but after downloading game into mobile phone, the game doesnt open :(((
please help me!

