I get this dialog box when I try selecting Preferences in the emulator (S60 3rd). What seems to be wrong?
I'm only starting to make my first program.
I get this dialog box when I try selecting Preferences in the emulator (S60 3rd). What seems to be wrong?
I'm only starting to make my first program.
Do you have the required JRE version installed ?
Only the latest, Java 6 SDK. Won't it work?Originally Posted by ltomuta
I get the same error message but I have both JRE 6 and JRE 1.4.2_13 installed, do I need to uninstall JRE 6 to make it work?
Thanks
I didn't have to uninstall jre 1.6... just check if 1.4's in the path.
You do not need to install jre 1.4.2. You can even work with the latest java installation 6.0. However, you need to modify config.properties file for the series 60 installation. Open the file <installation_path>\Epoc32\tools\ecmt\config\config.properties and add the version of jre for the parameter epdt.java.version.start.
For JRE 6.0, you should add:
1.6,6.0
,so that the line seems like:
Code:epdt.java.version.start=1.4.1,1.4.2,1.5,5.0,1.6,6.0
hi all,
I am having same "Cannot start ECMT Manager" problem and tried to solve it by adding version no. suggested in this thread without any success.
I want to connect MIDP emulator to real S60 device.
- I have S60_3rd_ed_SDK_FP2_Beta installed on my system.
- I have three JREs installed on my system of following versions
1) 1.4.2_05
2) 1.6.0_03
3) 1.6.0_03 (this is part of JDK 1.6)
Regards
Mukesh
Thanks soooo much to all you. I was desperated and you just saved my ass as we say in Spain. Thanks again