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
1
vote
1 answer

How to include python compiler dependencies in maven web project?

I have a simple website that has some related python scripts that I use for maintenance of that website (note, the python code are util scripts that we execute manually for various tasks). I need to be able to share it with other developers who may…
Cuga
  • 17,668
  • 31
  • 111
  • 166
1
vote
0 answers

Java build path parse

Trying to make Parse work on Android, but I'm having some problems with the build path while trying to upload some Data and/or trying to add a user to loggin. Probably something to do with the *.jar. Spent hours Trying to find a solution. In fact,…
1
vote
1 answer

Include Third Party Jars with Business Objects SDK App

I am making a small app and I need opencsv for it. The app is deployed to SAP BI 4.1 and I am using the scheduling functionality. If I did not need opencsv, I could deploy it to BOE and I would not need to package or extract the jars that the…
uh_big_mike_boi
  • 3,350
  • 4
  • 33
  • 64
1
vote
1 answer

Eclipse 3.5 + ADT: build path errors

I am using Eclipse 3.5 for Jave EE Developers. Plugins installed include: Android Development Tools, Adobe Flash Builder 4, PDT, PyDev. I have problem with running the application I built. I can start a new project, add a button, and run it on an…
zihaoyu
  • 5,483
  • 11
  • 42
  • 46
1
vote
3 answers

Required project in build path [Eclipse]

I have a problem with my build path. In my web project all .jar must go on projects, so I cannot use the WEB-INF/lib resource to add .jars there. So I created a Lib project so I could use it in the same way I use the WEB-INF/lib. Problem is I am…
Random
  • 1,105
  • 5
  • 24
  • 37
1
vote
2 answers

How do I fully include the Batik library in my Java project?

I am trying to add the Batik library to my Java project. I added the unzipped binary to my lib folder, and added all of the JARs in the top level to the build path. However, when I make the following import statement: import…
hermes
  • 43
  • 1
  • 8
1
vote
0 answers

Eclipse editor/build losing access to imported javax classes

I fixed my problem but I don't know how/why this fixed it so I am looking for an explanation. I opened my project yesterday and I could no longer build due to the fact that the java and jsp imports could no longer see javax.* classes. I had another…
1
vote
2 answers

Adding Volley library to android project in Eclipse Luna

I've created an Android project in Eclipse and I would like to add the Volley library to it. Searching on the web, I've tried these approaches: Copy the .jar into the libs folder and right-click and add it to build-path. Open the library as an…
Hubert Solecki
  • 2,611
  • 5
  • 31
  • 63
1
vote
1 answer

Eclipse can't find xsl template in another file in the same directory

I have three xsl documents in the same folder: ooo2xslf0-writer.xsl which contains images.xsl which calls a template called apply-border in borders.xsl Now, ooo2xslf0-writer.xsl contains:
Dylan Lacey
  • 1,839
  • 12
  • 23
1
vote
4 answers

No LeapJava in java.library.path

I'm encountering a problem with the build of my JavaFX project with the Leap Motion. When I run the file.jar, the application's window is opening, but when I call the leap motion, it's not working any more. I have the following error : Native code…
Ranpie49
  • 81
  • 2
  • 7
1
vote
0 answers

eclipse luna external jar classpath broken

In Luna when I click on build path, click libraries, add external jar files, it will not show the file dialog. Sometimes if I restart eclipse it will work but only for the first few items I add, then it stops allowing the dialog to appear. It's very…
Jason
  • 1,587
  • 1
  • 19
  • 26
1
vote
3 answers

How to Make Java .jar files be automatically found in any environment

I am trying to add an external library to my Java project. The library files are in .jar format, and every time someone tries to run the project in a different environment, they have to modify the build path so that their environment can find the…
viiq
  • 35
  • 9
1
vote
3 answers

An error occured when attemping to generate client libraries

I've kept the updates ON in Eclipse, so may be Google app engine is causing the problem,Still didn't got the solution. The Error log is here java.lang.reflect.InvocationTargetException at…
TechArcSri
  • 1,982
  • 1
  • 13
  • 20
1
vote
2 answers

Can't reference project in java using eclipse

I've created a new project in java using eclipse. I've tried reference a project from the workspace to it - but when I try to write code using the referenced project interface it won't accept it. Tried to jar the project and reference the jar -…
user1433927
  • 161
  • 2
  • 14
1
vote
2 answers

NoClassDefFoundError when using resteasy @Path annotation

I have a Controller class annotated with @Path annotation from resteasy. It runs normally. But when I extend this class from a BaseController, that is located in another project (included in this project build path), I get an error of…
Pedro Barros
  • 1,326
  • 1
  • 12
  • 19