nested exception is java.lang.IllegalStateException: AnnotationTransactionAttributeSource is only available on Java 1.5 and higher

解决方法:
jdk版本过高,选用jdk7即可。不需要重新安装jdk.
Myeclipse中configure server->servers->Tomcat 7.x->JDK,选择com.sun.java.jdk7.win32.x86_64_1.7.0.u45,
问题得到解决。

相关文章:

  • 2021-04-11
  • 2022-12-23
  • 2022-12-23
  • 2021-11-11
  • 2021-12-21
  • 2022-01-15
  • 2022-12-23
猜你喜欢
  • 2018-12-24
  • 2022-12-23
  • 2021-07-31
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-29
相关资源
相似解决方案