Saturday, May 17, 2008

ปัญหาใน Emulator ของ Symbian

http://discussion.forum.nokia.com/forum/showthread.php?t=96937
http://wiki.forum.nokia.com/index.php/Emulator_issues_and_solutions

มั solve ไว้แล้ว
ปัญหาอยู่ที่ Java version ใน SDK มันมี config file เราต้องไปเพิ่ม java version 6.0 กะ 1.6 เอง
(เพราะมันมีแค่ 1.5)

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 \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


many thanks to pandeya , kamenlitchev.

No comments: