Top "Eclipse" questions

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

The project cannot be built until the build path errors are resolved.

While compiling an android project in eclipse 3.4.2, I am getting The project cannot be built until the build path errors …

eclipse build compilation
Convert Existing Eclipse Project to Maven Project

For a project at work, we're considering using the Maven plugin for Eclipse to automate our builds. Right now the …

java eclipse maven-2
Spring Boot Program cannot find main class

I have a program which runs as a Spring boot App in eclipse. The program was running fine. Then i …

java eclipse spring-mvc spring-boot
How to exit an Android app programmatically?

I am sure this question has been asked number of times because I read a few. My client wants me …

java android eclipse android-activity
'Must Override a Superclass Method' Errors after importing a project into Eclipse

Anytime I have to re-import my projects into Eclipse (if I reinstalled Eclipse, or changed the location of the projects), …

java android eclipse overriding superclass
Class Not Found Exception when running JUnit test

I am getting this error when running JUnit test in Eclipse: Class not found com.myproject.server.MyTest java.lang.…

java eclipse junit
Remote debugging Tomcat with Eclipse

I can't seem to debug the tomcat application through Eclipse. I've set CATALINA_OPTS=-Xdebug -Xrunjdwp:transport=dt_socket,address=8000,…

eclipse tomcat
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
"Unresolved inclusion" error with Eclipse CDT for C standard library headers

I set up CDT for eclipse and wrote a simple hello world C program: #include <stdio.h> int …

c eclipse eclipse-cdt standard-library