Top "Eclipse" questions

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

Importing Maven project into Eclipse

I want to import existing Maven project into Eclipse. I found 2 ways to do it: Through running from command line …

eclipse maven-2
How do you debug PHP scripts?

How do you debug PHP scripts? I am aware of basic debugging such as using the Error Reporting. The breakpoint …

php eclipse debugging phpstorm xdebug
SQLite in Android How to update a specific row

I've been trying to update a specific row for a while now, and it seems that there are two ways …

java android sql eclipse sqlite
Eclipse returns error message "Java was started but returned exit code = 1"

I just downloaded and dearchived android SDK for Windows. I`m currently using W8 64x.

java eclipse error-handling
Eclipse: Enable autocomplete / content assist

How can I enable autocomplete in Eclipse? I can't find it!

eclipse autocomplete content-assist
How to run eclipse in clean mode? what happens if we do so?

If something is not working properly or some plug-ins are not loaded properly in my Eclipse I often get suggestion …

java eclipse
Resource leak: 'in' is never closed

Why does Eclipse give me the warming "Resource leak: 'in' is never closed" in the following code? public void readShapeData() { …

java eclipse input resources memory-leaks
Importing JSON into an Eclipse project

I'm an aspiring Java programmer looking to use JSON in a project. I was following a programming tutorial (from a …

java eclipse json import
How to install Hibernate Tools in Eclipse?

What is the proper way to install Hibernate Tools in Eclipse as a plugin? The Hibernate site doesn't really give …

eclipse hibernate eclipse-plugin hibernate-tools
Eclipse - java.lang.ClassNotFoundException

When trying to start my JUnit-Test out of Eclipse, I get a "ClassNotFoundException". When running "mvn test" from console - …

java eclipse exception maven-2