AnnotationTransactionAttributeSource is only available on Java 1.5 and higher

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了AnnotationTransactionAttributeSource is only available on Java 1.5 and higher相关的知识,希望对你有一定的参考价值。


是否使用了spring? spring版本较低?

SPRING2.5版本可能不支持1.8的jdk,可能新版本有修复吧,

总而言之就是1.8的JDK太高了,SPRING支持不了,

修改方法也很简单,右键项目--》BUILD PATH--》Config Build 

Path--》Libraries-->Jre System Library--》Edit--》然后选择后面小括号里面标注为1.7!

另外右键项目--》Java Compiler 中选中“Enable project specific settings", 然后 compiler compilance leve 选 1.7






以上是关于AnnotationTransactionAttributeSource is only available on Java 1.5 and higher的主要内容,如果未能解决你的问题,请参考以下文章