Can not debug java.lang.NoClassDefFoundError: com/google/inject/internal/util/$Preconditions

后端 未结 3 649
忘了有多久
忘了有多久 2021-01-28 08:41

I am trying to make an applet for uploading files to openstack swift using jclouds. And I am facing the NoClassDefFoundError, following is the stacktrace:

Except         


        
3条回答
  •  温柔的废话
    2021-01-28 09:09

    Problem is solved now. It was a mistake between guice 3.0 and guice-3.0.0, because both are having the same maven artifact-id but group-id was different.

提交回复
热议问题