0

My folder structure is like this I have .zip->.ear->.war->folder->xx.jsp file i want to delete xx.jsp through java code if any one have any ideas.

please help me...

thanks in advance.

1 Answers1

0

There is a java.util.zip package you can use for this. Take a look at this post Recreating Directory structure

Community
  • 1
  • 1
mcer
  • 11
  • 2
  • Hi I tried to delete particular file .ear file with in zip but it gave runtime exception that can not able to rename file – user3041176 Apr 09 '14 at 07:04