I need to add files on a zip package but on the line code zipFile.addFiles(filesToAdd, parameters)" the "addFiles()
appears in red, can anyone help me, please?
I'm using:
image reference:
Zip file format is "native" in Java. Reading and writing those files are implemented out of the box by the java toolkit http://www.mkyong.com/java/how-to-compress-files-in-zip-format/
No need of add-ons.