0

Screenshot

I need to add an External Jar to the Classpath of my File, but the Classpath is nowhere to be Found in the Build Path menu

Louis Jr
  • 1
  • 1
  • I thought that the eclipse IDE will use the buildpath as the classpath, otherwise check the run configurations page https://www.tutorialspoint.com/eclipse/eclipse_run_configuration.htm – Scary Wombat Oct 07 '22 at 01:49
  • Please clarify your specific problem or provide additional details to highlight exactly what you need. As it's currently written, it's hard to tell exactly what you're asking. – Community Oct 07 '22 at 05:38
  • Everything on that tab is the Classpath. You only see separate Classpath/Modulepath for Java 9 or later. – greg-449 Oct 07 '22 at 07:02

1 Answers1

0

There is no concept of a Modulepath for Java 1.8, so everything you see is for the Classpath.

nitind
  • 19,089
  • 4
  • 34
  • 43