Reshma
Reshma

Reputation: 11

HTTP Status 505 Error while using REST API

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.

Error

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

Answers (1)

Pratik
Pratik

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

Related Questions