javame 入门的一个小问题
转自http://blog.csdn.net/smallearth/article/details/7605778
最新的Java ME platform SDK 3.0,但是跟eclipseme 1.7.9 配合有问题,在RUN的时候,会报下面错误:
Syntax:
emulator [arguments]
In order to get commands supported by given device run:
emulator.exe -Xdevice:<device name> -Xquery
Generic list of arguments is:
-version Display version information about the emulator
-help Display list of valid arguments
-classpath, -cp The class path for the VM
-D<name>=<value> Set a system property
-Xdebug Use a remote debugger
-Xrunjdwp:[transport=<transport>,address=<address>,server=<y/n>,
suspend=<y/n>]
Debugging options
-Xdevice:<device> Select a device skin for the emulator
-Xdomain:<domain_name>
Set the MIDlet suite's security domain
-Xdescriptor:<JAD file name>
The JAD file to be executed
-Xjam[:install=<JAD file url> | force | list | storageNames |
run=[<storage name> | <storage number>][,<MIDlet class name>] |
remove=[<storage name> | <storage number> | all] |
transient=<JAD file url>]
Java Application Manager and support
for Over The Air provisioning (OTA)
-Xquery Print device information
-Xautotest:<JAD file url>
Run in autotest mode
很明显,启动模拟器的参数不对,可以在下面位置可以修改这些参数:
Windows > Preferences > J2ME > Device Manager > 选中一个设备定义,点Edit > 修改lanuch command template:
把原来的改成:
%executable% [%debugPort%|-Xdebug -Xrunjdwp:transport=dt_socket,suspend=y,server=y,address=%debugPort%] [%classpath%|-classpath "%classpath%"] -Xdevice:%device% [%jadfile%|"-Xdescriptor:%jadfile%"] [%securityDomain%|-Xdomain:%securityDomain%] %userSpecifiedArguments%
就OK了
上一篇: Mongodb的Java操作
下一篇: Spring Data JPA 查询
推荐阅读
-
JQuery slideshow的一个小问题(如何发现及解决过程)
-
Python入门(一个有趣的画图例子实战)你肯定不会
-
JAVA WEB快速入门之从编写一个基于SpringBoot+Mybatis快速创建的REST API项目了解SpringBoot、SpringMVC REST API、Mybatis等相关知识
-
零基础入门学习爬虫,这四大工具你一定要掌握的,尤其是最后一个
-
Java入门(一)——编写一个简单的Java程序
-
JAVA WEB快速入门之从编写一个基于SpringMVC框架的网站了解Maven、SpringMVC、SpringJDBC
-
flash怎么制作一个足球飞奔入门的动画?
-
Daily,一个入门级的 React Native 应用
-
快速入门Spring Boot之开发你的第一个JSON接口
-
一个经典的ADO.NET入门例子