Specifications
Developers guidelines | 3D graphics with Java ME
20 June 2010
All Sony Ericsson JP-8 phones fully support OpenGL and EGL version 1.0. Only
RGB565 configurations are currently supported. From JP-8.5 also the OpenGL ES
extension pack is supported.
Sony Ericsson Symbian OS Java platform 5.0 or higher, except early released Satio™
phones, support OpenGL ES 1.0.
To define the attributes for an RGB565 configuration:
int configAttributes[] = {
EGL11.EGL_RED_SIZE, 5,
EGL11.EGL_GREEN_SIZE, 6,
EGL11.EGL_BLUE_SIZE, 5,
EGL11.EGL_NONE
};
To choose the configuration with these attributes:
egl.eglChooseConfig(eglDisplay, configAttributes, eglConfigs,
eglConfigs.length, numConfigs)
The complete JSR-239 specification can be downloaded from the Java Community
Pages,
http://www.jcp.org/en/jsr/detail?id=239
Sony Ericsson SDK for the
Java™ ME platform
The Sony Ericsson SDK for the Java™ ME platform (hereafter referred to as “SDK”),
contains:
• Micro3D Ver.3 APIs and API documentation
• JSR-184 APIs, for documentation, see http://www.jcp.org/en/jsr/detail?id=184
• JSR-239 APIs, for documentation, see http://www.jcp.org/en/jsr/detail?id=239
• Micro3D Ver.3 MIDlet emulation
• JSR-184 MIDlet emulation
• device tools - device explorer and device connection proxy tools
• support for On Device Debugging (ODD) for Java ME platform applications.
Developers will be able to perform real-time source code debugging of their MIDlets
for standard Java ME platform, Micro3D Ver.3, JSR-184, and JSR-239
development.