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

What does "Add Variable" mean? and other Eclipse Java Build Path "what does this button do" questions

In the Eclipse Java Build Path wizard, what is the difference between the options given? It seems as though Add JARs and Add Variable.. do the same thing. What do they do differently and when would you use them? It would be much appreciated if…
CodyBugstein
  • 21,984
  • 61
  • 207
  • 363
-2
votes
1 answer

The eclipse IDE doesn't import its WebDriver interface, as i have configured the BuildPath adding its required JAR & driver files?

Whenever I write a WebDriver, it doesn't import the packages as defined. Instead, it ask to create an interface called WebDriver. I'm using the JDK 14 and Eclipse 4.16.0. package package1; import org.openqa.selenium.WebDriver; public class MyClass…
Saa Sh
  • 1
-2
votes
1 answer

The only error i see in eclipse is :could not find or load main class. It compiles or gives this, nothing else. How can i see errors on console again?

I am trying to run some scala code in eclipse but i got stuck with a weird problem. If no errors exist, it runs fine, otherwise it just gives the error: could not find or load main class .... What may cause such an annoying problem? package p …
sfwh
  • 37
  • 2
  • 8
-4
votes
2 answers

Why do I get "The import cannot be resolved", even when I can find the class in the build path?

I have a jar file that I have included on my project's build path. It contains a class file called aaf.class. The class file holds the definition for the aaf class obviously. When I try to import aaf in my java file, it says The import aaf…
Zach
  • 1,311
  • 3
  • 16
  • 36
1 2 3
27
28