Loading Jar Files
Step 5 : Jar files Import
Once your Log4j project has been imported, Eclipse will show up any errors.
The Java Build path of your Log4j project needs to be set
and needs the additional jar files from the %LOG4J_HOME%\lib directory.
In the package explorer view, select your project then right click. Select Properties.
Select Java Build path on the left pane.
On the right pane select the Source tabbed folder.
Click the Add Folder button.
Select src->java. Click the OK button.
Then select the Libraries tabbed folder and Click the Add Jars button.
Select your lib directory.
Select all the jar files from the %LOG4J_HOME%\lib directory and click the OK button.
Click the Yes button and wait.
|
|