java.lang.ClassNotFoundException: Provider for jakarta.ws.rs.client.ClientBuilder cannot be found #482
Replies: 2 comments 1 reply
-
If these dependency changes haven't helped, I don't know about scala and its build system, but I think that your fat jar (or your classpath) does not contain implementation of |
Beta Was this translation helpful? Give feedback.
-
Hi, thanks for your answer. Sorry, I thought about creating a discussion instead of issue... nvm :)
Also checked the presence of ClientBuilder:
But... important word: "implementation" :) I also thought that maybe adding some implementation of that ClientBuilder would solve the problem. |
Beta Was this translation helpful? Give feedback.
-
Hi,
I don't know java stuff. I'm guessing that I'm doing something wrong...
I'm still getting:
java.lang.ClassNotFoundException: Provider for jakarta.ws.rs.client.ClientBuilder cannot be found
I'm building a fat jar of course.
Iterated through many different SO topics/solutions. Added many different deps:
Then I've added the "activation api" and "xml bindings" (whatever that is) to the cp.
Also haven't helped...
Beta Was this translation helpful? Give feedback.
All reactions