HI IM a new beginner for working with java /xml and i have a project in which I need to use the dom4j tool to read my xml file. But for some reason i keep getting a compilation error whenever i put the import codes is:
import org.dom4j.Docum ent;
import org.dom4j.Docum entException;
import org.dom4j.Eleme nt;
import org.dom4j.Docum entHelper;
import org.dom4j.io.SA XReader;
import org.dom4j.io.XM LWriter;
import org.dom4j.io.Ou tputFormat;
it tells me that the the package on the dom4j file does not exist.... I saved my dom4j-1.6.1. download in the same project file as the java document..... does anyone know why I am getting an error?! I really need to get started on this project and this is really the easiest step i need to do and it's driving me crayy!
Thanks for the help!
import org.dom4j.Docum ent;
import org.dom4j.Docum entException;
import org.dom4j.Eleme nt;
import org.dom4j.Docum entHelper;
import org.dom4j.io.SA XReader;
import org.dom4j.io.XM LWriter;
import org.dom4j.io.Ou tputFormat;
it tells me that the the package on the dom4j file does not exist.... I saved my dom4j-1.6.1. download in the same project file as the java document..... does anyone know why I am getting an error?! I really need to get started on this project and this is really the easiest step i need to do and it's driving me crayy!
Thanks for the help!
Comment