Top "Buildpath" questions

This tag refers to build path settings for a Java project in Eclipse IDE.

Change java build path for multiple projects in Eclipse

In Eclipse, I have a libs project. This project has a test.jar file. I have 15 other projects in eclipse …

eclipse buildpath
Eclipse: in the Libraries tab all buttons are disabled

I am using Eclipse Oxygen.2 (4.7.2) and Java 9.0.4. I created a project via right-click > Build Path > Configure Build Path... &…

eclipse jar buildpath
How can I add a .jar to my build path in Eclipse?

I try to do it the following way: Right click on the name of the project. Click on Build Path …

java eclipse jar buildpath
Android Library Dependencies broken after SDK/ADT-Update

Today, I updated my Android SDK and Eciple ADT to the most recent versions (ADT Rev 22). After restarting Eclipse it …

android eclipse dependencies android-library buildpath
Eclipse: Use environment variable for external jar location

After hours of unsuccessful googling, I ask you: Situation: My Eclipse Project uses "nedded.jar" so I added it to …

java eclipse jar environment-variables buildpath
Eclipse: "declared package does not match the expected package", but buildpath does define the declared package

In a maven project called my-project, eclipse keeps telling me The declared package "com.myself" does not match the expected …

eclipse maven buildpath
Maven add source directory in Eclipse

I get my code generated from the maven-jaxb2-plugin maven plugin. It puts the code into target/generated-sources. Now I …

eclipse maven jaxb code-generation buildpath
How to change Eclipse-Groovy plugin Groovy libraries?

I am using the newest version (2.8.0) of the Eclipse-Groovy plugin that ships with groovy-all-2.1.5.jar. I added Guice to my …

eclipse groovy eclipse-plugin buildpath eclipse-classpath
ActionBarActivity - NoClassDefFoundError exception

Already seen: NoClassDefFoundError Android with ActionBarActivity and ActionBarActivity catch an error on Phone I am trying to use ActionBarCompact in …

android noclassdeffounderror buildpath android-actionbar-compat android-actionbaractivity