1
我收到了一些奇怪的錯誤,它們似乎是缺少庫的結果,儘管我無法弄清楚它從哪裏丟失,看來似乎沒有包括我失蹤的任何東西。我已經包含了AspectJ jar,並且我正在通過IntelliJ編譯ajc。使用AspectJ進行編譯時缺少javax.cache.annotation包
Error:ajc: can't determine annotations of missing type javax.cache.annotation.CacheRemove
when weaving type com.webbilly.dao.hibernate.GenericDAO
when weaving classes
when weaving
when batch building BuildConfig[null] #Files=10 AopXmls=#0
[Xlint:cantFindType]
這指定javax.cache.annotation.CacheRemove,但也有其他文件以及那些缺少我試圖創可貼從java2s一包,但它仍然缺少這一個。
我也有這個錯誤,你解決了嗎? –