users@jersey.java.net

ClassNotFound Exception: com.sun.ws.rs.ext.RuntimeDelegateImpl

From: soumya ramchandran <soumya.ramchandran_at_gmail.com>
Date: Mon, 13 Sep 2010 23:20:54 -0400

Hi -
   I am using Jersey -Client jar to make a REST call form a Jira plugin that
i wrote , but i get the following error

java.lang.RuntimeException: java.lang.ClassNotFoundException:
com.sun.ws.rs.ext.*RuntimeDelegateImpl*

I have tried using Jersey client - 1.0.2 and even 1.1.5.1 ...included the
jersey Server jar , as suggested in some places but the error still remains
...whats the exact cause of this problem and solution to this problem?...
the jsr311-api versions i tried is 1.0 and 1.1 ....

Thanks