Adding external JAR to Eclipse

Micah Kwaka picture Micah Kwaka · Sep 18, 2013 · Viewed 32.3k times · Source

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?

Answer

TheKojuEffect picture TheKojuEffect · Sep 18, 2013

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.

Managing Java Build Path