Re: Nokia SDK 2.0 emulator does not opens
[QUOTE=skalogir;899312]Thanks for your input. You might want to try to integrate the SDK to NetBeans or Eclipse Pulsar and let us know if that works.[/QUOTE]
Its problem with emulator, IDE is working fine. I have taken a screenshot. It may help you to find the bug:
[url]https://docs.google.com/open?id=0B-jVUHqN63ngTWh1MnZfVEc2VWc[/url]
Re: Nokia SDK 2.0 emulator does not opens
@skalogir: Now its working fine.. It got fixed itself..
Thanks to everyone for ur help.
Re: Nokia SDK 2.0 emulator does not opens
[QUOTE=adarsha_saraff;899332]@skalogir: Now its working fine.. It got fixed itself..
Thanks to everyone for ur help.[/QUOTE]
Good to hear. What was the issue and how you solved it ? Pls share
Regards
Gopal
Re: Nokia SDK 2.0 emulator does not opens
[QUOTE=balagopalks;899338]Good to hear. What was the issue and how you solved it ? Pls share
[/QUOTE]
I just opened the emulator, when it was loading, I just Ended the Process tree through task manager. and open prefs.exe, which is located at Nokia\Devices\Nokia_SDK_2_0_Java\bin and just pressed ok button, did this twice. Next time when I run the emulator, it worked fine.. I guess, may be preference file has got corrupted, so it was not able load.
Re: Nokia SDK 2.0 emulator does not opens
Hi I am facing issue regarding Nokia SDK 2.0 for Java Emulator prefrences. here it show port number error. I change port but still they give same error. Can any one help me to reslove this issue
[url]https://docs.google.com/document/d/1CkA6oq-3zci-pV7UoQW0e1caKtucd-IReOYwKZSojgY/edit[/url]
Re: Nokia SDK 2.0 emulator does not opens
[QUOTE=Rahul_Sharma;902737]Hi I am facing issue regarding Nokia SDK 2.0 for Java Emulator prefrences. here it show port number error. I change port but still they give same error. Can any one help me to reslove this issue
[url]https://docs.google.com/document/d/1CkA6oq-3zci-pV7UoQW0e1caKtucd-IReOYwKZSojgY/edit[/url][/QUOTE]
Hello Rahul, it emulator doesn't works if you change the port number. Change back the port number to default in prefs file, by opening prefs.exe, which is located at Nokia\Devices\Nokia_SDK_2_0_Java\bin and reset to default. Make sure you end all the javaw.exe and emulator process and try again.
Re: Nokia SDK 2.0 emulator does not opens
[QUOTE=adarsha_saraff;899343]I just opened the emulator, when it was loading, I just Ended the Process tree through task manager. and open prefs.exe, which is located at Nokia\Devices\Nokia_SDK_2_0_Java\bin and just pressed ok button, did this twice. Next time when I run the emulator, it worked fine.. I guess, may be preference file has got corrupted, so it was not able load.[/QUOTE]
Not working for me. I work on this issue a few hour and here what I find out:
[LIST][*]every time emulator start windows stop counting on 98% but it is still running but window with phone screen is not shown[*]emulator try to read HKLM\SOFTWARE\Microsoft\CTF\KnownClasses key which was absent and stopped[*][/LIST]
after I create it manually
[LIST][*]in log I find out that emulator try to use registry:Software\JavaSoft\Prefs but they are empty - they are empty becase pref.exe save its data to HKCU\Software\Nokia\Nokia SDK 2.0 for Java?[*][/LIST]
So maybe you have luck to save settings in right place? Can you check it?
In mean time I install suggested java version, Nokia Suite , updated SDK to newest version 2.0.2 but nothing helps.
Any suggestion?
Re: Nokia SDK 2.0 emulator does not opens
[QUOTE=fmap@fmap.eu;915129]Not working for me. I work on this issue a few hour and here what I find out:
[LIST][*]every time emulator start windows stop counting on 98% but it is still running but window with phone screen is not shown[*]emulator try to read HKLM\SOFTWARE\Microsoft\CTF\KnownClasses key which was absent and stopped[*][/LIST]
after I create it manually
[LIST][*]in log I find out that emulator try to use registry:Software\JavaSoft\Prefs but they are empty - they are empty becase pref.exe save its data to HKCU\Software\Nokia\Nokia SDK 2.0 for Java?[*][/LIST]
So maybe you have luck to save settings in right place? Can you check it?
In mean time I install suggested java version, Nokia Suite , updated SDK to newest version 2.0.2 but nothing helps.
Any suggestion?[/QUOTE]
Try re-installing the SDK.
you can download the full version offline installer from here: [url]https://www.developer.nokia.com/Develop/Java/Tools/[/url]
Re: Nokia SDK 2.0 emulator does not opens
Thanks for answer.
Reinstaling nothing change but I found an other work around - creatiing new profile (new windows user). When I log on new user the same instalation working...
Re: Nokia SDK 2.0 emulator does not opens
This solution worked for me,
- Windows 7 Professional SP1 64 bits
- JDK 7u17 (thanks mtron for the informations)
- Nokia SDK 2.0 for Java
[QUOTE=mtron;917150]Hi Maurilio,
Yes, this is unfortunate side effect of few things: the way, how emulator starts and RMI changes in JDK. Unfortunately, historically there is some kind of continuos miscommunications between Nokia and Oracle (Sun Microsystems before) and whoever is right/wrong, result is simple - 3rd party developers are suffering. The same issue reappears regularly since early versions of Java 6.
Currently, the only way to fix those issues you are experiencing is following: uninstall whatever version of JDK you have and install 32bit JDK7u17. It's still available for download from Oracle:
[url]http://www.oracle.com/technetwork/java/javase/downloads/java-archive-downloads-javase7-521261.html#jdk-7u17-oth-JPR[/url]
Make sure that you use 32bit version of JDK, even if your PC is 64bit.
Best[/QUOTE]