Reputation: 11
I just started learning REST API and jersey. When I run the application. I am getting this error and have no idea how to fix it.
Can someone help in this? I want to know why I am getting this error even though I configured all the required jars and also I want to know how to fix this problem?
Upvotes: 0
Views: 419
Reputation: 67
I guess, you haven't added the lib folder to build path . add lib folder to build path will resolve your problem.
Upvotes: 1