I want to add banner to my project. I have done some work in this regard, but i have problem in adding \"Add External jar\".
[Right click on my Project -> properties ->
For, this i always follow below steps -
Just create a libs folder on my project ->And, copy the .jar
file to there.
In your workspace select your project and right click -> on Properties, just go to Java Build Path
Click the Add External jars
it'll open the window dialog box -> root your workspace -> And, select your project -> go to libs
folder -> choose the .jar file
-> Click ok.
Hope these steps helps you.