Re: Executable File for a Mobile Application (pls. help)
Posted By:
Rohit_Arora
Posted On:
Tuesday, November 18, 2003 12:22 AM
Hi
A simpler way out is to save the .jad and .jar files of the application along with the emulator on to the CD.
The "emulatorw.exe" that appears in the bin directlry along with the wireless toolkit can be used to run the application(.jad) file as an argument for the program.
eg. If your program is test.jad then you can run the application as
> emulatorw -gui test.jad
The test.jar should also be present in the same directory
Hope this helps,
Rohit.