I\'m stuck into the process of deploying created .jar files in Eclipse.
Eclipse is at location: E:\\eclipse
Web project is at: E:\\Runtime
Apache tomcat is a web container you cannot deploy a jar in tomcat server. If you created a web application then export your application as war file and put it in tomcat webapp directory, start the server and your war will be deployed.
if you have lots of jars then still you need to bundle them as war