Questions tagged [buildpath]

This tag refers to build path settings for a Java project in Eclipse IDE. You can reach this option through the project properties (Project > Properties > Java Build Path) from the context menu on a created project or the File menu of the workbench.

This tag refers to build path settings for a Java project. You can reach this page through the project properties (Project > Properties > Java Build Path) from the context menu on a created project or the File menu of the workbench.

More info at Eclipse web site

409 questions
23
votes
17 answers

The superclass "javax.servlet.http.HttpServlet" was not found on the Java Build Path

I'm a beginner and learning spring and hibernate (utilizing maven in project)and came across this problem and got stuck here. tried finding solution but ended up no where. Please help. thanks a lot Error: "Can not find the tag library descriptor for…
user3362080
  • 301
  • 1
  • 4
  • 10
23
votes
7 answers

Eclipse Error: 'Setting build path' has encountered error

I am using an API called jtwitter. It has a single jar file jtwitter.jar I have been working with it and maintained it using git. I hosted the code in github. For somedays, i have not touched its code. Today, when i cloned my git repo (actually my…
Anand
  • 10,310
  • 24
  • 90
  • 135
20
votes
14 answers

Issues with maven project running in eclipse, not recognized as Java project

I've imported an existing maven project into Eclipse. I tried to set up the configurations for a JUnit test, and my project wouldn't come up as a testable project. When I typed in the project name manually, I was given the message: Specified…
Lowell
  • 249
  • 1
  • 3
  • 7
19
votes
4 answers

I am getting resource not on the buildpath of the project

I am getting The resource is not on the buildpath of the project when I am trying to "Organize imports" or trying to access any class properties. I am building my project with ant.I tried to configure my buildpath in javabuilpath -> Projects but it…
Gendaful
  • 5,522
  • 11
  • 57
  • 76
18
votes
8 answers

Didn't find class on path: dexpathlist

Seriously, i don't know what to do to solve this problem. My android project was working fine, until i needed to import a library with Maven. Since that, everything started to collapse. What is happening: When i start my application, the following…
VulfCompressor
  • 1,390
  • 1
  • 11
  • 26
17
votes
1 answer

Significance of com.android.ide.eclipse.adt.LIBRARIES in build path?

I've update to the latest SDK(4.0.x), tools(r16) and plugin(16.0.1) for Eclipse. I notice that now nearly all my projects in Eclipse have the library mentioned in this question's title showing as a referenced library in the Libraries tab of the…
NickT
  • 23,844
  • 11
  • 78
  • 121
15
votes
1 answer

Eclipse: JRE System Library in Java Build Path reset

For developing a JavaFX application I'm using a 4.3.1 snapshot of eclipse together with JDK 8 build b116. In my workspace projects the JRE library inclusion in the build path get resetted back to Java 1.4 all the time: Unfortunately, this can only…
Jens Piegsa
  • 7,399
  • 5
  • 58
  • 106
15
votes
5 answers

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 is quite unhappy with the Build Paths whenever I reference custom libraries. An example is shown in this screenshot: My custom…
Chris
  • 3,192
  • 4
  • 30
  • 43
15
votes
9 answers

Error in Eclipse: "The project cannot be built until build path errors are resolved"

I am a computer science student learning Java, so I do some work at home and at college on a mixture of Linux and Windows. I have a problem after copying a new project into the Eclipse workspace. The project shows up, but with a red exclamation mark…
Darkphenom
  • 647
  • 2
  • 8
  • 14
14
votes
5 answers

Folder with jars in project

When I work on small desktop projects I used to create lib folder in my project's root where I keep all project's jar dependencies. Then I use Configure Build Path -> Libraries -> Add JARs... to manually add all jars from this folder to…
Piotr Sobczyk
  • 6,443
  • 7
  • 47
  • 70
14
votes
4 answers

Problem with Java Buildpath in Eclipse

In eclipse I have an error related to my build path. The error: Project 'XX' is missing required library: 'middlegen-2.1.jar' But the library is deleted before the build path configuration. Is there perhaps a problem with cache or so? Has anyone…
bladepit
  • 853
  • 5
  • 14
  • 29
13
votes
5 answers

Maven: How to include jars in Eclipse, which are not available in repository?

I have copied the JARs into src\main\webapp\WEB-INF\lib. I use eclipse. If I add the jars one-by-one to Project-> Java Build Path-> Add jars, then I do Project-> Maven-> Update Project Configuration, they are removed by Maven. And Eclipse shows…
fjjiaboming
  • 191
  • 1
  • 3
  • 11
13
votes
2 answers

Java Web Project not building correctly

I've got a Java Web Project which I'm deploying to a Tomcat embedded in Eclipse's Servers Plugin, alas, when I navigate to the location of that webapp after publishing/starting the server, the .class files are all missing. I can navigate as far as…
Dennis Röttger
  • 1,975
  • 6
  • 32
  • 51
12
votes
5 answers

Can't remove jar from Web App Library

How can I remove the jars in my Web App Library? I manually added a couple jars to the web app library. My program is now pitching a fit so I clearly need to remove them. However, when I go to the Build Path, the "Remove" is greyed out.
AllieCat
  • 3,890
  • 10
  • 31
  • 45
11
votes
3 answers

FileDialog does not display when choosing "Add External JARs..." w/ log exception

I have Eclipse Juno installed on my new MacBook Air Yosemite. I have imported a project I was working on in my old Mac and I need to add a reference to a new Jar. Trouble is, nothing happens when I click on the Add External JARs! Eclipse is…
Roy Hinkley
  • 10,111
  • 21
  • 80
  • 120
1
2
3
27 28