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