Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Installing XOM

807589Dec 25 2008 — edited Dec 25 2008
Hi, 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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 22 2009
Added on Dec 25 2008
2 comments
275 views