• 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

java.lnag.Unsatified Error

 
Greenhorn
Posts: 8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
We r using bridge2java from ibm to expose the methods of msxml4 parser. we have successfully compiled all the .java files and converted the .class files into a .jar file.This has then been put in the classpath of Tomcat(our web server). When we tried to write a servlet referring to one of the classes,namely,DOcument40 object, it gave us the foll error...
java.lang.UnsatifiedLinkError.It was not able to refer to the .class file of Document40.
Please let me know the reason....
 
reply
    Bookmark Topic Watch Topic
  • New Topic