Top "Eclipse" questions

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

Could not calculate build plan: Plugin org.apache.maven.plugins:maven-resources-plugin:2.5 or one of its dependencies could not be resolved

org.apache.maven.plugin.PluginResolutionException: Plugin org.apache.maven.plugins:maven-resources-plugin:2.5 or one of its dependencies could not be resolved: …

java eclipse maven jakarta-ee m2eclipse
No appenders could be found for logger(log4j)?

I have put log4j to my buildpath, but I get the following message when I run my application: log4…

java eclipse log4j
Several ports (8005, 8080, 8009) required by Tomcat Server at localhost are already in use

I'm getting the following error when I try to run a simple JSP program on Tomcat in Eclipse. Several ports (8005, 8080, 8009) …

java eclipse tomcat
Cannot run Eclipse; JVM terminated. Exit code=13

I just append -vm C:\Program Files\Java\jre6\bin\javaw.exe in eclipse.ini then I try to start …

eclipse startup
"Server Tomcat v7.0 Server at localhost failed to start" without stack trace while it works in terminal

So got this project which worked just fine before the weekend (have other problems, but at least Tomcat launched). Now …

eclipse tomcat
Access restriction on class due to restriction on required library rt.jar?

I'm attempting to compile Java 1.4 code that was created by IBM's WSDL2Java on Java5 without recreating the stubs and …

java eclipse wsdl stub wsdl2java
How do I import the javax.servlet API in my Eclipse project?

I want to develop with Servlets in Eclipse, but it says that the package javax.servlet cannot be resolved. How …

java eclipse servlets
Eclipse reported "Failed to load JNI shared library"

I can't open Eclipse because I get an alert that says Failed to load JNI shared library C:\Program Files (…

java eclipse java-native-interface
How do I resolve the "java.net.BindException: Address already in use: JVM_Bind" error?

In Eclipse, I got this error: run: [java] Error creating the server socket. [java] Oct 04, 2012 5:31:38 PM cascadas.ace.AceFactory bootstrap […

java eclipse networking serversocket
How can you speed up Eclipse?

How can you make the experience with Eclipse faster? For instance: I disable all the plugins I don't need (Mylyn, …

eclipse performance