今天在Struts2框架下使用JSON插件时,程序保存找不到类org/apache/commons/lang/xwork/StringUtils,我纳闷了,commons-lang-2.5.jar和commons-lang3-3.1.jar都导入了,却又发现commons-lang包中根本没有xwork子包,几经周折终于找到了原因:我导入的xwork-core-2.3.4.1.jar这个jar包没有xwork,后来有导入了xwork-core-2.2.1.1.jar这个包。呵呵,问题解决了。

相关文章:

  • 2022-01-28
  • 2022-12-23
  • 2022-12-23
  • 2021-11-15
  • 2021-12-25
  • 2022-12-23
  • 2022-12-23
  • 2021-06-22
猜你喜欢
  • 2021-05-18
  • 2021-04-22
  • 2021-05-04
  • 2021-09-03
  • 2021-11-17
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案