> I don't think so, Stackoverflow question is self explaining: >http://stackoverflow.com/questions/166340/write-a-password-protected-zip-file-in-java >a
Have you seen the answer talking about zip4j? I haven't tested it but it seems it is 100% Java and Apache 2.0 license. It is probably not on central but can be added to your internal repo. http://www.lingala.net/zip4j/ Regards, Julie ----- Message d'origine ---- > De : Antonio Petrelli <[email protected]> > À : Maven Users List <[email protected]> > Envoyé le : Mer 13 avril 2011, 15h 54min 09s > Objet : Re: read password protected zip > > 2011/4/13 johnny989 <[email protected]> > > > Is there a package in Maven that can open/read password protected (non AES) > > large (4GB+) zip files? > > I've searched through the repository but I wasn't able to find one. > > > > I know there are other commercial options external to maven but my team > > needs a solution soon and we have access to maven already. > > > > I don't think so, Stackoverflow question is self explaining: >http://stackoverflow.com/questions/166340/write-a-password-protected-zip-file-in-java >a > ><http://stackoverflow.com/questions/166340/write-a-password-protected-zip-file-in-java> >> > Antonio > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
