• 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

Jersey jars

 
Ranch Hand
Posts: 69
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
What are the jersey jars/jar versions that would sink together.. I am running into all sorts of classNotFoundException and NoClassDefFoundError by using these jars..

I am using :
jersey-client-1.1.4.1.jar
jersey-server-1.1.4.1.jar
jersey-core-1.1.4.1.jar
jersey-0.5-ea.jar
asm-3.1.jar

Each time i replace these jars with some other version i get one of the above mentioned error or exception......


please help

 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
On the Jersey web site, follow the "Jersey 1.1.4.1 Download now" button. It will lead you to a page that links to ALL jar files that you might conceivably need (it actually has way more than that, but the page describes what you need for which purposes). You should not use any other jar (like leftovers from version 0.5-ea).
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic