Uninstall a netbeans 7.0.1 plugin, netbeans doesn't start

我与影子孤独终老i 提交于 2019-12-07 00:00:57

问题


Netbeans 7.0.1 on Vista doesn't start after installing python plugin. How do I uninstall plugins manually?

Is there a command line argument to start netbeans without plugins? If not, this should be easy to add to netbeans :-)


回答1:


I had the same issue. Here is how I solved it in 8.0.2 (without losing all settings and modules).

Go to 'C:\Users\yourAccount\AppData\Roaming\NetBeans\8.0.2\config\Modules' and delete the faulty (last installed plugin).

If you have several installed versions, have a look in their '\config\Modules' as well.

Start the Netbeans :)




回答2:


Open Net Beans Plugin Manager From Tools => Plugins

Now go to Installed Plugin and right click on user installed plugin and then deactivate it.

that's all.




回答3:


Try setting an alternate user directory:

netbeans.exe --userdir c:\temp\myTestHome\

If this works then something has gone wrong in your .netbeans folder in your user home directory.

Delete the %userhome%.netbeans directory, and everything should be as it was when you initially installed netbeans. Note that this will also remove all personal settings you may have made to netbeans.



来源:https://stackoverflow.com/questions/8413242/uninstall-a-netbeans-7-0-1-plugin-netbeans-doesnt-start

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!