出現java.lang.NoSuchMethodError: org.apache.commons.collections.map.ListOrderedMap: method <init>()V not found。係JSON套件依賴於commons-collections。而JSON的pom.xml並未設定此依賴,是故需手動設定pom.xml如下:
| <dependency> <!-- 2008/4/15 --> |
文章標籤
全站熱搜
出現java.lang.NoSuchMethodError: org.apache.commons.collections.map.ListOrderedMap: method <init>()V not found。係JSON套件依賴於commons-collections。而JSON的pom.xml並未設定此依賴,是故需手動設定pom.xml如下:
| <dependency> <!-- 2008/4/15 --> |