webMethods

webMethods

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
Expand all | Collapse all

The taminoclient.jar with QueryDemo.java

  • 1.  The taminoclient.jar with QueryDemo.java

    Posted Mon May 14, 2001 11:13 AM

    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.


    #webMethods-Tamino-XML-Server-APIs
    #webMethods
    #API-Management


  • 2.  RE: The taminoclient.jar with QueryDemo.java

    Posted Mon May 14, 2001 01:34 PM

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

    Regards,
    Johann


    #API-Management
    #webMethods
    #webMethods-Tamino-XML-Server-APIs


  • 3.  RE: The taminoclient.jar with QueryDemo.java

    Posted Tue May 15, 2001 05:43 AM

    Thanks Johann. I will try and will be back.


    #API-Management
    #webMethods-Tamino-XML-Server-APIs
    #webMethods