Snippets tagged “build-path”
4 snippets use this tag.
- Eclipse error ... cannot be resolved to a typeJava
If you are seeing an error in Eclipse that says "cannot be resolved to a type," it usually means that Eclipse is unable to find the class or interface that you are trying to use in your code.
- Eclipse error: "The import XXX cannot be resolved"Java
If you get the error "The import XXX cannot be resolved" in Eclipse, it means that the class or package that you are trying to import cannot be found in the classpath of your project.
- Eclipse java debugging: source not foundJava
If you are trying to debug a Java application in Eclipse and you see the error "Source not found", it means that the source code for the class you are trying to debug is not available in the current project or the project build path.
- How to import a jar in Eclipse?Java
To import a JAR file into Eclipse, follow these steps: