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(foobar.jar)に挿入/圧縮するには
jar cvf foobar.jar foo.txt bar.txt
それらすべてを抽出する
jar xvf foobar.jar
たとえば、foo.txtのみを抽出します
jar xvf foobar.jar foo.txt