j2me调用系统程序方法:platformRequest try {             javax.microedition.midlet.MIDlet.platformRequest("http://xxx.xxx");         } catch (ConnectionNotFoundException ex) {         } http就是...   

阅读全文

  最近调试j2me程序,要触摸事件支持,发现模拟器支持触摸事件,太好了,在device找到模拟器的配置文件,修改,将touch_screen=false 改成touch_screen=true就可以了。 ## files that are necessary for the emulator to start: ## ## they are located at the same directory as this properties file default_image=MediaPhoneNormal.png pressed_b...   

阅读全文

   今天访问了下EclipseME首页,发现加入Eclipse的项目MTJ Mission Statement The goal of the Mobile Tools for JavaTM (MTJ) project is to extend existing Eclipse frameworks to support mobile device Java application development. MTJ will enable developers to develop, debug and deploy mobile Java applications to emulators and r...   

阅读全文