new_configuration (5).launch
来自「《J2ME实用教程》 源文件下载 本书没有仅仅局限于J2ME单机游戏的开发」· LAUNCH 代码 · 共 11 行
LAUNCH
11 行
<?xml version="1.0" encoding="UTF-8"?>
<launchConfiguration type="EclipseME.emulatorLaunchConfigurationType">
<stringAttribute key="eclipseme.emulated_class" value="datagram.DatagramMIDlet"/>
<booleanAttribute key="eclipseme.do_ota" value="false"/>
<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="Chater9"/>
<stringAttribute key="eolipseme.emulation_platform_def" value=""/>
<booleanAttribute key="eclipseme.use_project_platform_def" value="true"/>
<stringAttribute key="eclipseme.launch_params" value=""/>
<stringAttribute key="eclipseme.emulated_device" value="DefaultColorPhone"/>
</launchConfiguration>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?