I am using the spring frame work tutorial, I am in the part I have to add the external JAR but I seem to be missing some like org.springframework.asm-3.1.0.M2, antlr-runtime-3.0.1. SO what have I done wrong?
Download those dependent jar files.
Right click on your project -> Build Path -> Add External Jars
Follow this tutorial to setup java build path in eclipse.