Top "Eclipse" questions

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

No grammar constraints (DTD or XML schema) detected for the document

I have this dtd : http://fast-code.sourceforge.net/template.dtd But when I include in an xml I get the …

xml eclipse validation dtd
How can I use external JARs in an Android project?

I have created an Android project and added an external JAR (hessian-4.0.1.jar) to my project. I then added the …

android eclipse build.gradle class-library
How to unescape HTML character entities in Java?

Basically I would like to decode a given Html document, and replace all special chars, such as " " -&…

java html string eclipse decode
undefined reference to `WinMain@16'

When I try to build a program using Eclipse CDT, I get the following: /mingw/lib/libmingw32.a(main.o):…

c++ eclipse eclipse-cdt
How to change credentials for SVN repository in Eclipse?

I have Eclipse 3.4.2 installed on Windows with subclipse. Another developer added an SVN repository with his credentials and selected 'Save …

eclipse svn subclipse subversive
Error With Port 8080 already in use

Can anyone help me to solve the following case? I am trying to generate my first web site using java …

eclipse tomcat6 ubuntu-9.10
Unbound classpath container in Eclipse

I have checked out a project using Subversive for Eclipse and I am getting the following errors: The project cannot …

eclipse classpath subversive
web.xml is missing and <failOnMissingWebXml> is set to true

Consider: When I create a simple Maven project in Eclipse I am getting this error: web.xml is missing and &…

eclipse maven jakarta-ee m2eclipse
java.lang.ClassNotFoundException: com.sun.jersey.spi.container.servlet.ServletContainer

I am trying to build a simple hello world application for two days using Jersey + Google app engine. For simple …

eclipse google-app-engine jakarta-ee jersey jersey-2.0
How to import existing Android project into Eclipse?

I'm trying to import and existing Android project into my current Eclipse workspace. I select File->New->Android …

android eclipse