java.lang.ClassNotFoundException: com.google.api.client.json.JsonFactory

后端 未结 3 707
别跟我提以往
别跟我提以往 2021-01-22 11:36

I want to create a web application running on Tomcat 7.0 with JRE JavaSE-1.6 on osx 10.8. I am using a tutorial from the developers site and the error occurs when I try to call

3条回答
  •  爱一瞬间的悲伤
    2021-01-22 12:33

    I had a similar problem and solved it by manually adding the required JAR's to my WEB-INF\lib folder outside Eclipse.

提交回复
热议问题