Top "Eclipse-plugin" questions

Eclipse is an OSGi extensible platform for tool integration.

Maven in Eclipse: step by step installation

I have spent been on the Maven site reading the 5- and 30-minute tutorials, and trialing Maven out for the …

eclipse maven eclipse-plugin
Eclipse fonts and background color

I have been trying to change the background color of Eclipse's windows to black and customize the font colors. There …

eclipse configuration eclipse-plugin eclipse-3.3
How to install Hibernate Tools in Eclipse?

What is the proper way to install Hibernate Tools in Eclipse as a plugin? The Hibernate site doesn't really give …

eclipse hibernate eclipse-plugin hibernate-tools
How can I change Eclipse theme?

I want to change Eclipse theme like this Eclipse Dark Theme: I try to do all step in this page …

eclipse eclipse-plugin themes
Eclipse IDE: How to zoom in on text?

I want the same behaviour Firefox has, when you use the scroll button in the mouse to zoom in and …

eclipse eclipse-plugin
What to do about Eclipse's "No repository found containing: ..." error messages?

I'm running Eclipse's Helios EE bundle on Linux to which I added the subversive plugins, the m2e Maven integration …

eclipse eclipse-plugin
Launch Failed. Binary not found. CDT on Eclipse Helios

I'm using Eclipse Helios on Ubuntu 10.04, and I'm trying to install CDT plugin on it. I download it from here …

c++ c eclipse eclipse-plugin eclipse-cdt
Android Device Chooser -- device not showing up

I'm using Eclipse + ADT, and my physical device (listed below) is unlisted on Android Device Chooser. I have updated Eclipse …

android eclipse eclipse-plugin device adb
How do I set the eclipse.ini -vm option?

I installed the Maven plugin for Eclipse, and then I got an error like below: please make sure the -vm …

eclipse maven-2 maven eclipse-plugin m2eclipse
How do you create a Spring MVC project in Eclipse?

I am trying to follow the basic tutorial for Spring MVC but got lost at creating a new project in …

java eclipse spring spring-mvc eclipse-plugin