Thank you Riyad:
Quick answers to your questions.
Are you developing a web application or a client application?
I am developing a standalone application, not web based one. User should download and install it on his/her local machine.
I thought those jars will be included in the new jar file as long as they are in the build path.
I generated a jar through export function, which i refer it as new jar.
What I really want to ask is how I can include all external jars into my own jar when it is created through export, so that the user does not need to copy the external jars into jre path on his/her machine?
Thanks.
Everett