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.
jar ファイルを反復処理し、その jar ファイルのクラスを提供する 1 つの Java アプリケーションを作成したいと考えています。
いろいろ調べましたが、十分な情報が得られませんでした。jarファイルを開き、そのjarを反復できるJavaコードが必要です。
参照: java.util.jar.JarFile.entries()
http://docs.oracle.com/javase/6/docs/api/java/util/jar/JarFile.html#entries%28%29