`
smallearth
  • 浏览: 34563 次
  • 性别: Icon_minigender_1
社区版块
存档分类
最新评论

让EclipseME支持JavaME platform SDK 3.0

阅读更多
由于开发需要,下了SUN出的最新的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: -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= Set a system property
-Xdebug Use a remote debugger
-Xrunjdwp:[transport=
,address=
<address>,server=
suspend=]
Debugging options
-Xdevice: Select a device skin for the emulator
-Xdomain:
Set the MIDlet suite's security domain

-Xquery Print device information
-Xjam[:install= | force | list | storageNames |
run=[ | ] |
remove=[ | | all]]
Java Application Manager and support
for Over The Air provisioning (OTA)
-Xautotest:
Run in autotest mode
-Xdescriptor:
The JAD file to be executed
</address>
很明显,启动模拟器的参数不对,可以在下面位置可以修改这些参数:

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%

就可以了

哈哈 我外甥女
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics