JDOM
Hi,
I am new to Java, so bear with me. I was trying to install JDOM and I followed the build instructions. I am using JGrasp and whenever I try to compile a java file with:
import org.jdom.*;
or any subsets of that, I get an error saying the package does not exist. Is there more that needs to be done after I build the JDOM?

