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 アーカイブの扱いに慣れていない
これを行う方法について何か助けてもらえますか?
これをC#でやりたい
C# でコマンドを実行する方法を知っている場合は、次の jar コマンドを使用できます。
瓶を包装する
jar -cf yourjarname.jar contentsdir
瓶を解凍する
jar -xf yourjarname.jar
C# を使用してコマンドを実行する方法を理解するには、この投稿が役立ちます。
コマンド プロンプト コマンドの実行