Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Eclipse : The import org.apache cannot be resolved

I have a problem to compile a project with import of apache.

Here is the error :

enter image description here

And here is my import :

enter image description here

like image 351
wawanopoulos Avatar asked May 07 '26 21:05

wawanopoulos


1 Answers

Currently you have included log4j-1.2.17.zip in your build Path. You need to extract this zip file and get the log4j-1.2.17.jar and add that to your class path. It will work.

like image 186
Sanjeev Avatar answered May 09 '26 11:05

Sanjeev