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.
假设我的班级中有一条导入线:
import org.apache.log4j.Logger;
我怎么知道它来自哪个库?假设我有 maven 文件夹,其中包含大量库。
为什么? 我想在我的其他项目中使用这个类/库,但我不知道要复制哪个 JAR。
打开类型(Ctrl-Shift-T)回车org.apache.log4j.Logger,你会看到它属于哪个jar(灰色)。
org.apache.log4j.Logger