Use this tab to enter general information regarding the application. The details on this tab must be supplied before AIF Builder can generate any files.
Use this to set the programming language your application is written in. The setting affects what files AIF Builder generates, and what options are offered on its user interface.
Use this to set the application name. This must be the same as the name of the application directory.
Note that for:
C++: this must be the same as the application name specified in the project file
Java: you can use any name you like — it doesn't have to
be the same as the .class
or .jar
file
OPL: you can use any name you like — it doesn't have to
be the same as the main .opl
file
By default, the application name is used on-screen to identify the application to the user. You can set a different name to be used on-screen through the How to use the Captions tab.
Use this to set a UID (Unique Identifier) for the application.
Note that for:
C++: this should be the application's third UID specified in the project file
Java: you should obtain a new UID from Symbian to identify uniquely your application: see How to obtain UIDs.
For Java applications only, enter the Java command line to invoke the application. See How to set the Java command line for details.