Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

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!

how to get xml into java object

843834Jan 22 2002 — edited Jan 23 2002
yo
i want to get the xml doc into some object like Document
i have downloaded code:

public class Echo extends org.xml.sax.helpers.DefaultHandler

this class compiles fine but when i instantiate the class in code i get:
"Exception in thread 'main' java.lang.NoClassDefFoundError: org/xml/sax/helpers/DefaultHandler"

Please, what does this mean and how do i get this to recognise that i want to use a specific parser

thanks a lot
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 20 2002
Added on Jan 22 2002
2 comments
125 views