简体   繁体   English

卸载netbeans 7.0.1插件,netbeans无法启动

[英]Uninstall a netbeans 7.0.1 plugin, netbeans doesn't start

Netbeans 7.0.1 on Vista doesn't start after installing python plugin. 安装python插件后,Vista上的Netbeans 7.0.1无法启动。 How do I uninstall plugins manually? 如何手动卸载插件?

Is there a command line argument to start netbeans without plugins? 是否有命令行参数来启动不带插件的netbeans? If not, this should be easy to add to netbeans :-) 如果没有,这应该很容易添加到netbeans中:-)

I had the same issue. 我遇到过同样的问题。 Here is how I solved it in 8.0.2 (without losing all settings and modules). 这是我在8.0.2中解决它的方法(不丢失所有设置和模块)。

Go to ' C:\\Users\\yourAccount\\AppData\\Roaming\\NetBeans\\8.0.2\\config\\Modules ' and delete the faulty (last installed plugin). 转到“ C:\\ Users \\ yourAccount \\ AppData \\ Roaming \\ NetBeans \\ 8.0.2 \\ config \\ Modules ”,然后删除有问题的插件(最后安装的插件)。

If you have several installed versions, have a look in their '\\config\\Modules' as well. 如果您有多个已安装的版本,请同时查看其'\\ config \\ Modules'。

Start the Netbeans :) 启动Netbeans :)

Open Net Beans Plugin Manager From Tools => Plugins 从工具=>插件中打开Net Beans插件管理器

Now go to Installed Plugin and right click on user installed plugin and then deactivate it. 现在转到“安装的插件”,右键单击用户安装的插件,然后将其停用。

that's all. 就这样。

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. 如果这可行,则您的用户主目录中的.netbeans文件夹中出现了问题。

Delete the %userhome%.netbeans directory, and everything should be as it was when you initially installed netbeans. 删除%userhome%.netbeans目录,所有内容应与最初安装netbeans时的状态相同。 Note that this will also remove all personal settings you may have made to netbeans. 请注意,这还将删除您可能对netbeans进行的所有个人设置。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM