0

I am using eclipse 2019, and JDK 13. I can add jar files. But can't find the option to build path. I tried doing it from properties -> Java Build Path -> Libraries too. But Add Jars button seems to be disabled there.

My library screen:
library

Please help.

Jakob F
  • 1,046
  • 10
  • 23
Raghu
  • 11
  • 4

1 Answers1

1

Click on the Modulepath or Classpath to enable the buttons.

More References:

In Eclipse, what is the difference between modulepath and classpath?

Video explaination - Eclipse Oxygen IDE Improvements: Java 9, JUnit 5, General, Gradle...

Suryakant Bharti
  • 673
  • 1
  • 6
  • 24