NoSuchMethod error getting a gdata service

前端 未结 8 870
时光说笑
时光说笑 2020-12-09 14:06

I get the following error:

Exception in thread \"main\" java.lang.NoSuchMethodError: com.google.common.collect.ImmutableSet.of([Ljava/lang/Object;)Lcom/googl         


        
8条回答
  •  旧时难觅i
    2020-12-09 14:44

    I have added googlecollection-exp.jar into my build path then the previous execption was gone.

提交回复
热议问题