运行j2me jar 文件
我已从 http://www.opera.com/mini/download 下载 Opera mini /nokia/nokia_6600/
我下载了 jad 和 jar 文件, opera-mini-4.2.13918-advanced-en.jad opera-mini-4.2.13918-advanced-en.jar 并将它们复制到Sun java wireless toolkit的bin目录中, [C:\j2me emulator\emulator\bin]
为了运行文件,我使用以下命令
emulator -Xdevice:DefaultColorPhone -Xdescriptor:opera-mini-4.2.13918-advanced-en.jad -Dcom.sun.midp.io.http.proxy=10.0.0.10:9401
我的互联网连接是通过代理服务器,每当我启动应用程序时,它都会说“无法连接到互联网”帮助我 我正在使用 Sun_Java_TM__Wireless_Toolkit_2_5_1_for_CLDC
I have downloaded Opera mini from http://www.opera.com/mini/download/nokia/nokia_6600/
I downloaded both the jad and jar files,
opera-mini-4.2.13918-advanced-en.jad
opera-mini-4.2.13918-advanced-en.jar
and copied them to the bin directory of Sun java wireless toolkit,
[C:\j2me emulator\emulator\bin]
For running the file i'm using following command
emulator -Xdevice:DefaultColorPhone -Xdescriptor:opera-mini-4.2.13918-advanced-en.jad -Dcom.sun.midp.io.http.proxy=10.0.0.10:9401
My internet connection is through proxy server, whenever i start the application it say "failed to connect to internet" help me
I'm using Sun_Java_TM__Wireless_Toolkit_2_5_1_for_CLDC
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我建议您尝试从不在代理服务器后面的计算机上进行设置。 然后(希望)您将知道是否是代理服务器导致了您的问题。
I suggest that you try your setup from a computer that is not behind a proxy server. You will then (hopefully) know whether it is the proxy server that causes your problems or not.