aspose file tools
The moose likes Java in General and the fly likes zip a folder structure in java Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "zip a folder structure in java" Watch "zip a folder structure in java" New topic
Author

zip a folder structure in java

Harshana Dias
Ranch Hand

Joined: Jun 11, 2007
Posts: 325
Hi,
I am try to zip the following file structure in my machine,

The problem here is i cant zip the above file structure using java. I have google and found following code sample but it only zip the files only inside a given folder.

In the above code the out is a folder and we need to have some files..also folder cannot be empty if so it throws a exception java.util.zip.ZipException or cant contain any sub folders even files inside it (ex;out\newfolder\image.jpeg) if so it throws a java.io.FileNotFoundException: out\newfolder (Access is denied).

In my case im costructig the above file structure by quering the database sometime empty folders along the folder structure can be have.

Can some one please tell me a solution?

Thank You.>
Rob Spoor
Sheriff

Joined: Oct 27, 2005
Posts: 19216

Please SearchFirst. I have answered the very same problem at least once or twice before.


SCJP 1.4 - SCJP 6 - SCWCD 5
How To Ask Questions How To Answer Questions
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: zip a folder structure in java
 
Similar Threads
Unable to Delete Folder + I can't belive i m posting this :(
Problem in unzipping a folder using java.util.zip API
Not able to put some files inside Zip file
Unable to create ,zip file
Losing newlines in text file when zipping