Top "Eclipse" questions

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

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
Java equivalent to #region in C#

I want to use regions for code folding in Eclipse; how can that be done in Java? An example usage …

java c# eclipse folding
How do I set ANDROID_SDK_HOME environment variable?

I'm working with Eclipse on Windows 7, x64. I'm getting an error when running ADT bundle of android development: Error: Error …

android eclipse windows-7 sdk adt
Error: Selection does not contain a main type

I am trying to run some java files in a new project. So I make the project, put the files …

java eclipse project startup startup-error
How to solve could not create the virtual machine error of Java Virtual Machine Launcher?

I am working on java wicket framework and Apache tomcat. Here I have Problem when i tried to start tomcat …

java eclipse version wicket tomcat6
How to update maven repository in Eclipse?

Assuming you're already using the m2eclipse plugin, what can you do when it doesn't update the dependencies to the …

java eclipse maven-2 build m2eclipse
Things possible in IntelliJ that aren't possible in Eclipse?

I have heard from people who have switched either way and who swear by the one or the other. Being …

java eclipse ide intellij-idea
Eclipse : Failed to connect to remote VM. Connection refused.

When ever i tried to launch my eclipse debug(for server side code) i'm getting the following error Failed to …

java eclipse connection remote-debugging
How to view hierarchical package structure in Eclipse package explorer

OK here's what I would like: in the Eclipse package explorer, I see the following: (dot represents a clickable arrow …

eclipse packages package hierarchy package-explorer
Update Eclipse with Android development tools v. 23

I updated Eclipse with the new SDK tools (rev. 23), but now when Eclipse starts I receive the error: This Android …

java android eclipse adt