Options for general use

To display a summary of the command line options in the Nokia SDK for Java, enter emulator -help or sdk -help. The command displays a list of the options that work with the executable in the command window. The -help option must be the only option in a command.

With the exception of -version, the following options take effect only when the result of the command creates a new instance:

Option Description
-Xhttp_proxy:<proxy address and port number> Specifies the address and port number of the HTTP proxy the HTTP protocol will use when making network requests. Specify the value in the following format:

address:port_number For example: 113.14.176.11:8080 or proxy.domain:8080

If the port number is not specified, the port 8080 is used.
-Xlanguage:<language> Specifies the language that the SDK should use for its menu names.
-version Displays version information about the SDK.

This option does not create a new instance.
-Xinbox:<directory name> Specifies the directory that the new instance of the SDK checks for MMS files.

For example: sdk -Xinbox:d:\MMSFiles When you place MMS files in the directory, the SDK displays and then deletes them.

For emulator.exe, the directory name can be absolute or relative to the program. For sdk.exe, the directory name must be absolute. If the directory does not exist, the SDK creates it.

This function is available only through the CLI.
-Xontop Specifies that the SDK window should remain on top of all other open windows and must be minimized or moved to get to the windows below it.

Default value: Off
-Xoutbox:<directory name> Specifies the directory to which the SDK sends messages as MMS files. For example:

sdk -Xoutbox:d:\MMSSentFiles For emulator.exe, the directory name can be absolute or relative to the program. For sdk.exe, the directory name must be absolute. If the directory does not exist, the SDK creates it.

This function is available only through the CLI.