Options |
Use this sheet to specify options for the JAR file.
Select the virtual machine or emulator that you want to use when running the application.
Emulator type specifies the type of emulator. This is visible only when you are localizing a MIDlet or LWUIT application.
Main class specifies the name of the class to be invoked.
Parameters specify the optional parameters that you want to pass to the virtual machine or emulator.
Specifies if and how translations from the original file are imported to the project. Possible values are:
Value | Description |
---|---|
Never | Do not import any value from the file to the project *) |
Import a translation if there is no current value and the translation is not the same as original |
Import value only if the current value in the project is empty, and the import value is not the same as the original value. |
Import a translation if there is no current value | Import value only if the current value in the project is empty. |
Import a translation and overwrite the possible existing value in the project |
Import value always even if the current value is not empty, and even if it is different than the imported value. Note! This might overwrite the current values in the project with the values in the original file or database. |
*) When you initially create a project, existing translations (if any) will be imported no matter what is the value of the above setting. These settings are only used when performing the second or later scan. This is visible only if the original file or database is multilingual.