I have a simple java project with classes and many dependencies. I have copied all the jars in a lib folder in my project and added all those jars in the build path of my project.
However when I compile the main class only one jar org.json.* gives an exception saying cannot find symbol.
There are many jars which I have added in the same way but none of them gives exception while compilation.
Main class runs in eclipse.
What am I doing wrong? Please correct me
EDIT:
I tried to compile different classes. It is showing 'Symbol doesn't exist' for all dependency objects in jars. So am I packing the jar different way?