Top "Eclipse" questions

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

How to change the Eclipse default workspace?

Where can I change the default workspace in Eclipse?

eclipse
Eclipse error: "The import XXX cannot be resolved"

I'm trying to work with Hibernate in Eclipse. I'm creating a new simple project and I've downloaded a collegue project …

java eclipse import jar buildpath
Eclipse/Java code completion not working

I've downloaded, unzipped and setup Eclipse 3.4.2 with some plugins (noteable, EPIC, Clearcase, QuantumDB, MisterQ). Now I find when I'm editing …

java eclipse ide
Importing a GitHub project into Eclipse

I've imported a GitHub project but how do I setup the project in my Eclipse project workspace? Do I need …

eclipse github
Missing Maven dependencies in Eclipse project

We have a project set up with maven for resolving dependancies. It usually works fine, but now I am trying …

eclipse maven-2 m2eclipse
A JRE or JDK must be available in order to run Eclipse. No JVM was found after searching the following locations

Eclipse is unable to open, have used eclipse before and has open before without a problem. Now I keep getting …

java eclipse
TOMCAT - HTTP Status 404

I set up my server in eclipse and when I run it the console prints: mai 02, 2013 4:05:13 PM org.apache.catalina.…

eclipse tomcat http-status-code-404
Developing for Android in Eclipse: R.java not regenerating

I've found out that my R.java is never updated, so it doesn't contain information about my new resources, so …

android eclipse r.java-file
The import javax.servlet can't be resolved

I'm trying to use eclipse for Java EE to develop web applications. I need to use Tomcat as my server. …

java eclipse tomcat servlets
Eclipse - Unable to install breakpoint due to missing line number attributes

I am getting this strange error in Eclipse while trying to set a breakpoint. Unable to insert breakpoint Absent Line …

eclipse debugging breakpoints