Hi,
This may be a simple thing for you guys.. But I am really confused about the following:
When should I include the external jar files through ' Add External jar Files' option in Java Build Path option of any project properties in Eclipse.
and when should I Put the jar files manually in the Lib folder of the project directory.
Many times I include the jar files with 'add external option', everything works , but in runtimes, it couldnt get the required classes.
So Please clarify what is the difference in both the ways.
Thanks in advance.
Rajiv