The taminoclient.jar with QueryDemo.java

I have Developer edition 1.2.1.5 for windows. I have copied taminoclient.jar and I am trying to run the QueryDemo.java which is with XML starter kit.
It says
Exception in thread “main” java.lang.NoClassDefFoundError: com/docuverse/dom/DOM

at com.softwareag.tamino.API.dom.TaminoClient.(TaminoClient.java:1
90)
at DemoQuery.main(DemoQuery.java, Compiled Code)

D:\TaminoClient\Java>java DemoQuery http://localhost/tamino/necbs
Exception in thread “main” java.lang.NoClassDefFoundError: com/docuverse/dom/DOM
at com.softwareag.tamino.API.dom.TaminoClient.(TaminoClient.java:1
90)
at DemoQuery.main(DemoQuery.java, Compiled Code)

The jar file is in the classpath. Where I am going wrong ?
Thanks
N.V.Sairam.

Might be that you are missing w3cdom1.jar, and don’t forget to throw in sax.jar and xp.jar as well

Regards,
Johann

Thanks Johann. I will try and will be back.