Archived:Error message 'Cannot start ECMT Manager' in S60 3rd Edition Emulator (Known Issue)
Archived: This article is archived because it is not considered relevant for third-party developers creating commercial solutions today. If you think this article is still relevant, let us know by adding the template {{ReviewForRemovalFromArchive|user=~~~~|write your reason here}}.
Article Metadata
Tested with
Devices(s): Emulator
Compatibility
Platform(s): S60 3rd Edition, S60 3rd Edition FP1, S60 3rd Edition FP2
Article
Created: User:Technical writer 1
(06 Aug 2008)
Last edited: lpvalente
(11 Nov 2012)
Description
If a system has only the latest Java Runtime Environment (JRE) version 6 installed, an attempt to open the Tools > Preferences menu in the emulator may fail with the "Cannot start ECMT Manager" error message.
Solution
Check that the version information of the JRE exists in the config.properties file used by the ECMT framework.
Open the following file in a text editor:
<SDK_Installation_Path>\epoc32\tools\ecmt\config\config.properties
and add the correct version of the installed Java Runtime at the end of the epdt.java.version.start property.
For example, in a system with JRE version 6 installed, add ",6.0" at the end of the line:
epdt.java.version.start=1.4.1,1.4.2,1.5,5.0,1.6,6.0,1.7,7.0
Then restart the emulator.


Rathodavinash -
In case you have the latest version of JRE version just add 1.7,7.0rathodavinash 14:05, 6 January 2012 (EET)
Hamishwillee - @Rathodavinash
Thanks - I've added the latesthamishwillee 01:17, 9 January 2012 (EET)