解決報錯error the @annotation pointcut expression is only supported at Java 5
eclipse搭建環境後報錯
error the @annotation pointcut expression is only 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包,問題搞定
相關文章
- 解決The given version [xx] is not supported, only version 1 to 10 is supported in this buildUI
- 解決報錯 cuDNN error: CUDNN_STATUS_NOT_SUPPORTED. This error may appear if you passed in a non-contiguous input.DNNErrorAPP
- Spring事務管理—aop:pointcut expression解析SpringExpress
- ORA-00845: MEMORY_TARGET not supported on this system報錯解決
- ORA-00845 MEMORY_TARGET not supported on this system報錯解決
- Error:/etc/fstab:Read-only file system錯誤的解決辦法Error
- 解決Eclipse啟動報缺少javax/annotation/PostConstruct的錯誤EclipseJavaStruct
- 解決Project facet Java version 1.8 is not supported.ProjectJava
- Server Application Error報錯資訊的解決方案ServerAPPError
- Java —— 註解(Annotation)Java
- Java Annotation 註解Java
- Java 註解(Annotation)Java
- JAVA ANNOTATION詳解Java
- object dict cannot be used in await expression報錯解釋ObjectAIExpress
- Error: Invoke-customs are only supported starting with Android O (--min-api 26)ErrorAndroidAPI
- Laravel-查詢-ONLY_FULL_GROUP_BY SQL 模式-報錯限制-解決LaravelSQL模式
- 錯誤pointcut is null in InterceptorsChainNullAI
- IDEA發生“Error:java: 錯誤: 不支援發行版本 5”錯誤的解決方案IdeaErrorJava
- Java註解(Annotation)詳解Java
- 報錯-only final is permittedMIT
- java-Annotation註解Java
- Java之註解(Annotation)Java
- Java 註解Annotation研究Java
- Uncaught Error: Bootstrap‘s JavaScript requires jQuery報錯問題解決ErrorbootJavaScriptUIjQuery
- 解決docker啟動映象報錯:docker: Error response from daemonDockerError
- Datastore error in 'dirbdb'錯誤解決ASTError
- 【Java.Core】註解 - AnnotationJava
- Tomcat啟動報錯:Error starting static Resources解決方法TomcatError
- MySQL報錯Table 'plugin' is read only [ERROR] Can't open the mysql.plugin table.MySqlPluginError
- tomcat5啟動NotSerializableException報錯解決TomcatException
- MySQL 中出現報錯提示: ‘Variable ‘XXX‘ is a read only variable‘的解決方法MySql
- Spring(5) -(14) pointcut 語法Spring
- PHP curl error 60 錯誤解決PHPError
- 解決 Lumen 中 client charset is not supportedclient
- mybatis報錯解決MyBatis
- Syntax error, unrecognized expression: li[value=]ErrorZedExpress
- 【shell 】syntax error in conditional expressionErrorExpress
- eclipse 引入外部js檔案報Syntax error on token 錯解決方案EclipseJSError