Hello Everyone,
I am getting this error
java.lang.RuntimeException: java.lang.ClassNotFoundException: com.sun.ws.rs.ext.RuntimeDelegateImpl
when i try to execute
OAuth.OAuthToken token =apiClient.requestJWTUserToken(clientId,userId,scopes,rsaPrivateKey,expiresIn);
please give solution so that i can proceed withe the integration.
Thanks in Advance.