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.
以下のコマンドを使用して、ディレクトリ全体で jdeps を実行します。ただし、同じ名前の JAR が複数ある場合、dotoutput ファイルを上書きしているようです。
find . -name '*.jar' -exec jdeps -dotoutput . -jdkinternals {} \;