zoukankan      html  css  js  c++  java
  • 做ssh框架整合的时候,遇到如下错误:AnnotationTransactionAttributeSource is only available on Java 1.5 and higher

    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,
    问题得到解决。
  • 相关阅读:
    F
    E
    D
    B
    A
    C
    I
    G
    F
    架构sass文件
  • 原文地址:https://www.cnblogs.com/sunnyCx/p/7756191.html
Copyright © 2011-2022 走看看