Installing XOM
807589Dec 25 2008 — edited Dec 25 2008Hi, I've got the book "Programming with Java" by Rogers Cadenhead
Im currently working on using java with XML etc.
its recommends i download the XML Object Model (XOM) from http:://www.cafeconleche.org.XOM
i downloaded the XOM package, but i cant figure out how to get the package to work with my java jdk
i have tried placing the xom-1.1.jar file in my 'ClassPath' but i still get the error in my Compiler.
' PropertyFile.java:3: package nu.xom does not exist
import nu.xom.*;
^
1 error
Can anyone Help with help on how to set Classpath or how to get this package working with my jdk.
thanks in advance
(i am working on Windows visa S.P 1)
p.s it would also be nice if i could get this package working with NetBeans4.1 IDE