Netbeans中应用 S60 3rd Edition FP1出错 failed to initialize session

Netbeans中使用 S60 3rd Edition FP1出错failed to initialize session最近折腾Nokia SDK ...Eclipse总是

Netbeans中使用 S60 3rd Edition FP1出错 failed to initialize session
最近折腾Nokia SDK ...Eclipse总是搞不定,我也不知道是不是win7的权限问题...于是改用Netbeans...在运行Nokia模拟器的时候也还是出错了...
报错信息为 : failed to initialize session
查了下E文网站,最后解决:关键在于这个文件:
S60\devices\S60_3rd_MIDP_SDK_FP1_2\bin\epoc32\tools\ecmt\configconfig .properties

打开这个文件,看到内容是:

#Basic configuration properties file
#Wed Jun 02 12:27:33 EEST 2004
epdt.service.ip.address=127.0.0.1
epdt.resource.bundle=resources/epdt
epdt.java.version.start=1.4.1,1.4.2,1.5,5.0
epdt.country=US
epdt.variant=WIN
epdt.connection.port=2000
epdt.language=en
epdt.connection.ip.address=127.0.0.1
epdt.look.and.feel=com.sun.java.swing.plaf.windows.WindowsLookAndFeel
epdt.dir.epoc32=../../../epoc32
midp.plugin.set=output taskman ethernet general pan platsec route securityconf
cpp.plugin.set=output taskman ethernet general pan platsec route cppdebug

就是红色注释那一行,java版本上只到1.5,加上 1.6 后问题解决!庆祝一下!
epdt.java.version.start=1.4.1,1.4.2,1.5,5.0,1.6