Top "Eclipse" questions

Eclipse is an open source IDE and platform for building applications.

Java project in Eclipse: The type java.lang.Object cannot be resolved. It is indirectly referenced from required .class files

I am getting the following error after importing a project in Eclipse: The type java.lang.Object cannot be resolved. …

java eclipse
How can I show line numbers in Eclipse?

How can I show line numbers by default in Eclipse?

eclipse configuration
Eclipse java debugging: source not found

While debugging a java app in eclipse I receive a "Source not found" error in two cases: Stepping in to …

java eclipse debugging
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 set the java.library.path from Eclipse

How can I set the java.library.path for a whole Eclipse Project? I'm using a Java library that relies …

java eclipse configuration buildpath
How to install plugin for Eclipse from .zip

How to install Eclipse plugin from .zip? I have installed plugins by choosing the site and then check but never …

eclipse
Best GUI designer for eclipse?

I'm looking for a good GUI designer for swing in eclipse. My preference is for a free/open-source plugin.

java eclipse swing gui-designer
How to configure Eclipse build path to use Maven dependencies?

I would like to take advantage of the features that Maven provides for managing dependencies in a project. My brief …

java eclipse maven-2 ide m2eclipse
eclipse won't start - no java virtual machine was found

Eclipse was running fine yesterday (and has been since I installed it about a year ago). Now all the sudden …

eclipse java
Does a "Find in project..." feature exist in Eclipse IDE?

Does Eclipse have a way to search a whole project for some text like Xcode's "find in project" feature?

eclipse find