• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

no class def found error

 
author and deputy
Posts: 3150
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
java.lang.NoClassDefFoundError: javax/xml/namespace/QName
at code.CodeClient.codeCheck(CodeClient.java:18)
Hi,
When i tried to run my soap client from the servletcode i'm getting the above error.
The same servlet is working fine in Tomcat 4 but with ServletExec i'm getting the following error..
Its also working fine from the commandline code.
Please tell me what jar file or class i'm missing.
At present i'm adding neccessary jar files at <web-context>/web-inf/lib directory.
Regards
Balaji
[ September 17, 2002: Message edited by: Balaji Loganathan ]
 
Balaji Loganathan
author and deputy
Posts: 3150
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I solved this problem as well..
The problem is due to old axis related jar files.I replaced them and it started working.
Regards
Balaji
reply
    Bookmark Topic Watch Topic
  • New Topic