Contents |
Java Runtime for S60 is Java ME compliant, mobile Java runtime environment designed for Nokia S60 devices. Starting from S60 3rd Edition Feature Pack 2 Java Runtime for S60 is versioned separately from the underlying S60 Platform with aim to provide more frequently new Java versions to the market. Key drivers for that are for example faster time-to-market for new features and a possibility to update Java Runtimes for S60 independently in the future via Nokia SW Update.
Recommended naming conventions:
Java Runtime version number is using format X.Y.Z, where
The Java version number can be queried by using standard System.getProperty() method as shown below:
System.getProperty("microedition.platform");
For example, the result string in Nokia 5800 XpressMusic is:
Nokia5800d-1/20.0.012/sw_platform=S60;sw_platform_version=5.0;java_build_version=1.3.4
In the string java_build_version indicates the Java release version, in this case 1.3.4.
No related wiki articles found