I have some jar libraries on which my app depends.
When I copy and paste the jars in the project/libs folder, it builds, compiles and executes correctly.
However, if I right click my project -> Build path -> Configure build path -> Libraries tab -> Add external JARs, and add exactly the same jars, it still gives me no error, it allows me to build and compile, but when the app is executed it crashes.
Why?
 
     
     
    