I've installed the Nokia sdk 1.1 and chose to integrate the sdk with Netbeans IDE. Afterwards I tried closing the Ide but the Ide keeps on restarting and reinstalling the plugins. What can fix be the problem? I tried restarting the computer but still no change. The Ide wont stop restarting. Thanks
Netbeans keeps on restarting
9.4k views Asked by sammyukavi AtThere are 7 answers
For Mac OS users: You can fix this by creating an AppleScript with the following code:
do shell script "/Applications/NetBeans/NetBeans\\ 8.0.1.app/Contents/MacOS/netbeans" with administrator privileges
(adjust the path to your NetBeans installation as needed), and exporting it as an application. When you launch it, the system will ask for administrator privileges before starting NetBeans, the updater works as expected, and NetBeans stops restarting all the time...
Apparently this problem is caused by failed updates. In my case, the solution was to go to Netbeans’ installation path and empty the subfolder enterprise\update\download completely. After that it started normally again, and a new attempt to install the update was then successful
This site worked for me:
http://blog.ginchen.de/en/2013/09/26/netbeans-startet-nach-dem-schliessen-sofort-neu/
there are 2 ways:
1- You can end task the "update" from the task manager. It solves your problem for this time but you will have the same problem when you open the Netbeans again.
2- Run Netbeans as Administrator. It will give the updater to finalize the updates and it will fix the issue forever.
I got the same problem. It happens because NetBeans does not have enough privilege to update. Kill NetBeans by Task Manager -> Right click on the shortcut -> Run as Administrator. Now when you close NetBeans, it won't restart anymore.