> Can you do the following for me to give me an idea of how difficult iDen
> might be to support?
>
> 1) Is there an emulator.exe file somewhere in the toolkit?


yes


>
> 2) If so, what happens if you call it via command line with "emulator
> -version"?


Motorola iDEN SDK for J2ME(TM) Technology
Profile: MIDP-2.0
Configuration: CLDC-1.0


>
> 3) If so, what happens if you call it via command line with "emulator
> -Xquery"?


# List of supported devices
device.list: i930

i930.description: Motorola_i930
i930.screen.width: 176
i930.screen.height: 220
i930.screen.isColor: true
i930.screen.isTouch: false
i930.screen.width: 176
i930.screen.bitDepth: 16
i930.bootclasspath: C:/development/nextel/iDEN_SDK_for_J2ME_MIDP2_0/lib/i930


>
> 4) If not, what are the available command line parameters (via help or
> some other commands)?


Here's the output from help as well:
Sytax:

emulator [arguments] <Application>

Arguments are:

-classpath, -cp    The class path for the VM
-D<property=value> Property definitions
-version           Display version info of this emulator
-help              Display list of valid arguments
-Xverbose[: allocation | gc | class | methods | events |
                   monitors | threading]  enable verbose output
-Xquery            Query options
-Xdebug            Use a remote debugger
-Xrunjdwp:[transport=<transport>,address=<address>,server=<y/n>,
                   suspend=<y/n>]
                   Debugging options
-Xdevice:<device name>
                   Name of the device to be emulated
-Xdescriptor:<jad file name>
                   The JAD file to be executed
-Xheapsize:<size>  (e.g. 65536 or 128k or 1M)
                   specifies the VM heapsize
                   (overrides default value)


Hope this helps
-------------------------------------------------------------------------
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services
for just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Eclipseme-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/eclipseme-users

Reply via email to