Therefore, I need to delete the file from the jar / war file. I was hoping there is something like "jar -d myjar.jar file_I_donot_need.txt"
But now the only way to see this from my Linux command line (without using WinRAR / Winzip or the Linux equivalent) is to
- Make "jar -xvf" and extract the full jar file
- Delete file I do not need
- Return the jar file with "jar -cvf"
Please tell me a shorter way?
java linux jar
kellyfj Dec 23 '10 at 16:57 2010-12-23 16:57
source share