Search code examples
javaeclipsepluginscheckstylesubversive

Eclipse Plug-In Installation Issues


I'm beginning to work with Eclipse for some Java development. I'm quite new to Eclipse, as I am a Visual Studio developer normally.

I tried to install the CheckStyle Eclipse Plug-In and Subversive, using the Eclipse "Install new Software" feature. No errors, everything seems to have worked well. Clicking on "What software is already installed?" in the Install-dialogue shows me a list of installed plug-ins. Both Subversive and CheckStyle for Eclipse are listed.

My only problem is that neither of them "work", that means I cannot see any new UI elements. According to the manual I have, I should see a new node "CheckStyle" in a project's properties. I haven't. I don't know exactly what Subversive looks like, but I'm sure there's a way to conveniently perform check-out operations etc.

Manually copying the downloaded plug-in to the dropins-folder and restarting Eclipse subsequently does not help either. Is there a way to reliably find out whether there occurred any errors - I have no error message at all, what drives me crazy and makes the problem pretty difficult to describe/Google...


Solution

  • My only problem is that neither of them "work", that means I cannot see any new UI elements.

    There is a simple reason. I have saved my Eclipse installation in Windows' Program File folder. Thus I need to run it as an administrator under Windows 7, otherwise the plug-ins cannot be copied to their directory - but unfortunately no error message appears and they are listed under installed plug-ins.