is their any way so that开发者_StackOverflow中文版 i can install .jar and .jad file in emulator... through command prompt...
i have written this in the command prompt
C:/WTK2.5.2_01/bin eumlator -XDescriptor: C:/Documents and Settings/saurav/j2mewtk/2.5.2/apps/MyProject/bin
but this is not working
error which cmd is showing is this
C:/WTK2.5.2_01/bin is not reconnized as an internal or external command, operable program or batch file.
WTK's emulator doesn't have any concept of app installation.
What you can do is, you can load it in emulator and run it .
here you go
/path/tp/wtk/bin/ eumlator -XDescriptor:/path/to/yourapp/yourapp.jad
In the emulator in its screen there is a field in idle view: "Install application" it brings you to "Enter a website to install from" window. press tray menu and select 'Storage' option . Now you can put in the path . For instance: 'c:/temp/ajad.jad' ,(or jar) Now choose in menu install.
精彩评论