没有任何数据可供显示
开源项目社区 | 当前位置 : |
|
www.trustie.net/open_source_projects | 主页 > 开源项目社区 > java-me-api-checker |
java-me-api-checker
|
0 | 0 | 16 |
贡献者 | 讨论 | 代码提交 |
This is a lightweight Java ME (J2ME) application that allows users to determine what APIs are supported by their phone.
It also allows a user to determine if a particular Class is in the JVMs classpath, this allows users to determine if APIs, other than the ones checked by default, are available on their device.
RequirementsThe only Java ME APIs that should be REQUIRED for this app to run on your phone are:
CLDC 1.0 MIDP 1.0
And since these are the MINIMUM that a device must have in order to qualify as a Java ME (J2ME) device, it should run on EVERY one of them.
Screen ShotsThese Screen-Shots are from a K750 Emulator.
APIs CheckedThe current list of API's that are checked is:
Connected Limited Device Configuration(CLDC) 1.0 Connected Limited Device Configuration(CLDC) 1.1 Mobile Information Device Profile(MIDP) 1.0 Mobile Information Device Profile(MIDP) 2.0 JSR 66: RMI jsr75pim jsr75file JSR 82: Java APIs for Bluetooth jsr120 JSR 135: Mobile Media API 1.2 JSR 172: J2ME Web Services Specification JSR 177: Security and Trust Services APIs JSR 209: Advanced Graphics and User Interface JSR 211: Content Handler API JSR 219: Security JSR 239: Java Binding for the OpenGL® ES
If you'd like any other API checked for, just add it to the Issues, and I'll set it up in the next version.