|
Spec-Zone .ru
спецификации, руководства, описания, API
|
emulator
- Mobile Emulator Utilityemulator
- Mobile Emulator Testing Utility
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.
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 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.
The emulator tool supports the command line arguments listed below:
-version-help-Xdebug
-Xrunjdwp:[transport=<transport>,address=<address>,server=<y/n>
suspend=<y/n>]
-Xdevice:<device>
-Xdomain:<domain_name> -Xautotest:<JAD
file url> -Xdescriptor:<JAD file
name> -Xjam[:install=<JAD file url> |
force | list | storageNames |
run=[<storage name> | <storage number>] | remove=[<storage name> | <storage number> |all]]-Xquery|
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. |