Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试升级到比 Eclipse 附带的更新版本的 aspectjrt。我更新了 maven pom.xml 中的版本号。Eclipse 似乎没有选择它,它仍然在其类路径上显示内置版本。
m2eclipse 使用哪个版本的库?
当您将 AspectJ 性质添加到您的 Eclipse 项目时,默认情况下您还会在项目的构建路径上获得 AspectJ 插件的 aspectjrt.jar 文件。
删除它并让 Maven pom 文件引用首选版本。
您可以AspectJ Runtime Library通过选择它来删除 --> 右键单击 --> 构建路径 --> 删除。
AspectJ Runtime Library
它可以与源文件夹下或项目Java Build Path菜单中的其他库一起找到。
Java Build Path