0

I want to set jar files location in build path to same project WEB-INF/lib folder permanently. Thanks for response in advance.

チーズパン
  • 2,752
  • 8
  • 42
  • 63

1 Answers1

0

You can add a jar in Eclipse by right-clicking on the Project → Build Path → Configure Build Path. Under Libraries tab, click Add Jars or Add External JARs and give the select all WEB_INF/lib jars. Refer this link.

Community
  • 1
  • 1
ypp
  • 144
  • 2
  • 8