Including JAR files in Eclipse (App Engine) project

后端 未结 5 1252
伪装坚强ぢ
伪装坚强ぢ 2021-02-05 09:41

I have been searching for a solution for this issue for multiple hours today and many hours yesterday so I decided to address it here, although it seems a stupid issue.

5条回答
  •  囚心锁ツ
    2021-02-05 10:33

    Copy paste the .jar files to war/WEB-INF/lib and then go to Properties(of the project in Eclipse) --> Java Build Path --> Add JARs --> Select the related .jars from the current project. You should be all set!

提交回复
热议问题