How to install an application on the Game phone's menu
Article Metadata
By default, when a user install a Java ME application, it is installed in the default folder on in "Applications" folder. If you want to suggest a Nokia device to install the JAR file in the Game menu of the mobile device, you have to insert this property in the JAD file of your game:
Nokia-MIDlet-Category: Games
The attribute has been supported in S60 since 3rd edition feature pack 2. Some products which does not have "Games" folder in main menu, have disabled this attribute and all Java applications will be installed to the default folder.


Level:Basic
It is necessary to know that where your application will be installed means in which Mobile's Folder. This article gives solution to install game application to game's menu only rather than general application menu.To do that we just need to specify one attribute in .jad file like Nokia-MIDlet-Category: Games.
Given .jad file attribute is very much useful to every developers. Using that we can install our application at required place only.
--kalki 14:03, 27 September 2009 (UTC)