Spec-Zone .ru
спецификации, руководства, описания, API

emulator - Mobile Emulator Utility

Synopsis
Description
Options

NAME

emulator  - Mobile Emulator Testing Utility

Synopsis

emulator [arguments]

Basic command syntax:

emulator -Xdescriptor:/path_to_jad_file/

Where the jad_file descriptor was generated by processing class files comprising a Java FX application to javafxpackager, using the javafxpackager -profile mobile option.

Description

The JavaFX Mobile Emulator simulates a mobile phone. The emulator runs compiled classes that are built by using the javafxpackager tool. For your code to be compatible with the emulator, you must use the Common and Mobile APIs. To run multimedia in the emulator, you must have Apple QuickTime 7.5.5 or a later version installed on your system.

emulator.exe opens a window with a mobile phone skin, runs the CLDC/MIDP (Java ME) stack and runs your Java FX applicaton on top of the stack, so you can run your Java FX application within a Java ME runtime environment for testing and development purposes.

Options

The emulator tool supports the command line arguments listed below:

-version
Display version information about the emulator
-help
Display list of valid arguments.
-Xdebug
Use a remote debugger.
-Xrunjdwp:[transport=<transport>,address=<address>,server=<y/n> suspend=<y/n>]
-Xdevice:<device> 
Select a device skin for the emulator.
-Xdomain:<domain_name>
Set the MIDlet suite's security domain.
-Xautotest:<JAD file url>
Run in autotest mode.
-Xdescriptor:<JAD file name>
Required: Specifies the JAD file to be executed.
-Xjam[:install=<JAD file url> | force | list | storageNames | run=[<storage name> | <storage number>] | remove=[<storage name> | <storage number> |all]]
Java Application Manager and support for Over The Air provisioning (OTA).
-Xquery
Print device information.

Copyright © 2009 Sun Microsystems, Inc. All rights reserved.

Sun is required to provide certain third party notices. Please see Third Party Notices for the text of such notices.