开发者

how to install jar file in the wireless toolkit emulator using command prompt in j2me?

开发者 https://www.devze.com 2023-02-27 07:06 出处:网络
is their any way so that开发者_StackOverflow中文版 i can install .jar and .jad file in emulator... through command prompt...

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消