[Java]Eclipseで実行可能JARファイルでエクスポートした時のディレクトリ構成の違い

エクスポートするプロジェクトのディレクトリ構成 SpringSample src spring sample SpringSample.java conf spring-conf.xml lib spring.jar commons-logging.jar 1.生成されるJARに必須ライブラリーを抽出 SpringSample.jar META-INF MANIFEST.MF LICENSE(commons-loggingのMETA-INFの中身) spring.tld(spring.jarのMETA-…