HTTP Status 500 - Servlet execution threw an exception

前端 未结 4 2047
粉色の甜心
粉色の甜心 2021-01-21 07:15

I am getting this error while calling a java class in servlet.

Here is the error.

type Exception report

message Servlet execution threw an exception

de         


        
4条回答
  •  没有蜡笔的小新
    2021-01-21 07:28

    You have missed the jar file containing the class com.hp.hpl.jena.query.QueryFactory in your classpath. Please add it in your package / classpath

提交回复
热议问题