NoClassDefFoundError JsonAutoDetect while parsing JSON object

前端 未结 5 924
忘掉有多难
忘掉有多难 2020-11-28 14:23

I am developing a webapp using Amazon\'s cloud services and I need to make use of JSON objects. How my project is set up is, I have an HTML form where the user will fill in

5条回答
  •  南方客
    南方客 (楼主)
    2020-11-28 14:56

    If you are/were using tomcat while developing in eclipse and got this error(maybe because you pressed republish/clean),

    a right click on the project->Maven->Update Project...

    solved this issue for me.

    In addition, i did include also the dependencies from Johan Sjöberg

提交回复
热议问题