Question

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. Thanksenter image description here

Was it helpful?

Solution

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.

OTHER TIPS

I had similar problem where Netbeans automatically restarts after closing it. I found that it tries to update JUnit plugin in the starting of the program but cannot complete successfully. Then, I run Netbeans as Administrator and the problem is solved now.

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/

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

Right click on the shortcut go to properties click on advanced check the box that says "Run as Administrator"

Just start Task Manager and kill the Netbeans process. Now your Netbeans IDE will stop restarting. Now run Netbeans IDE as an administrator. Now it won't restart. Enjoy! That solution works for me. I hope it works for everyone :)

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top