Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Uninstall a netbeans 7.0.1 plugin, netbeans doesn't start

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 :-)

like image 627
BCC Avatar asked Dec 07 '11 09:12

BCC


People also ask

Where is NetBeans plugin folder?

They are actually stored in a location called . netbeans on my Linux or Windows setup (which lives inside your user directory (something like /home/me/ on Linux and C:/Documents and Settings/me on Windows). On the Mac they are stored in a separate location Library/Application Support/netbeans.

Where is Plugin Manager in NetBeans?

Select Tools > Plugins to open the NetBeans Plugins manager, as shown in Figure 2-1.


2 Answers

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 :)

like image 63
max3d Avatar answered Oct 13 '22 01:10

max3d


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.

like image 24
vivek s vamja Avatar answered Oct 13 '22 02:10

vivek s vamja