• 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

Significance of ns.jar

 
Ranch Hand
Posts: 45
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi everyone,

I am working on a web application, which uses Websphere as a web server.
In the same application,I am using webservices, using Apache Axis.
But while executing the web logic code, there was AbstractMethodError thrown.Lets not go into details of that.

The root for this error was being ns.jar in a classpath of the system.
To make the Webservices code running, I need to remove ns.jar from the classpath.But how will it affect websphere?
Can anyone tell me what is significance of this ns.jar which lies in WebsphereHome/lib directory??

Thanks & Regards,
Ketan
 
reply
    Bookmark Topic Watch Topic
  • New Topic