error the @annotation pointcut expression is only supported at Java 5

Posted Fight With Me!!!

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了error the @annotation pointcut expression is only supported at Java 5相关的知识,希望对你有一定的参考价值。

eclipse搭建环境后报错

the pointcut is supported at Java 5

错误意思大致是:注释切入点表达式只支持在Java 5版本以上,我就纳闷了我安装的是jdk1.8啊,不应该是jdk版本低的问题。仔细琢磨了下应该是Spring和注解相关的类包 aspectjweaver.jar中有关于JDK版本的判断。我就去我的项目中查看对应aspectjweaver.jar包的版本为1.5


有两种解决此错误的方法:


1、就是卸载1.7以上版本的JDK,重新安装1.6版本的JDK使用。


2、下载高版本的aspectjweaver.jar替换掉低版本的jar包(网上说1.6.12可以解决,换了这个版本不行,接着换成1.8依旧不行,换成1.8.5)


下载1.8.5版本的jar包,问题搞定

技术分享

JDK1.7的使用aspectjweaver.jar 1.6.12版本

JDK1.8的使用aspectjweaver.jar 1.8.5版本

以上是关于error the @annotation pointcut expression is only supported at Java 5的主要内容,如果未能解决你的问题,请参考以下文章

AS使用lombok注解报错:Annotation processors must be explicitly declared now. The following dependencies on

P3431 [POI2005]AUT-The Bus

[BZOJ1537][POI2005]Aut- The Bus

洛谷 P3507 [POI2010]GRA-The Minima Game

org.apache.poi.poifs.filesystem.OfficeXmlFileException: The supplied data appears to be in the Offic

org.apache.poi.poifs.filesystem.OfficeXmlFileException: The supplied data appears to be in the Offic