Top "Eclipse" questions

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

How to generate Javadoc HTML files in Eclipse?

I have written Javadoc style comments like this in my project's code: /** * Description... * * @param ... * @return ..... */ How can I generate Javadoc …

java eclipse javadoc
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
Some projects cannot be imported because they already exist in the workspace error in Eclipse

I am trying to import a project that me and my co-worker have been working on.. and keep getting this …

eclipse
How to change JDK version for an Eclipse project

I need to write a project that's only compatible with Java 1.5. I have Java 1.6 installed. Is there some form of …

java eclipse jar
How to comment a block in Eclipse?

Does Eclipse have a hot key to comment a block? and to uncomment a block?

eclipse comments hotkeys
How do I add a Maven dependency in Eclipse?

I don't know how to use Maven at all. I've been developing for a couple years with Eclipse and haven't …

java eclipse maven dependency-management
How to change context root of a dynamic web project in Eclipse?

I developed a dynamic web project in Eclipse. I can access the app through my browser using the following URL: …

eclipse jakarta-ee applicationcontext contextroot
Dark color scheme for Eclipse

Is Eclipse at all theme-able? I would like to install a dark color scheme for it, since I much prefer …

eclipse
Is there a way to automatically generate getters and setters in Eclipse?

I am working on a new Android project (Java), and created an Object with a large number of variables. Since …

java android eclipse keyboard-shortcuts
How do relative file paths work in Eclipse?

So my 2009 new years resolution is to learn Java. I recently acquired "Java for Dummies" and have been following along …

java eclipse file-io relative-path