I have to build a jar by exporting my project. I used some third party jars / APIs in my project. I have added them to my build path.
Now I have to exclude those third party jars and build my jar. I tried removing them from build path but my jar isn't working properly.