This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes Java in General and the fly likes need help with zip extraction Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Java in General
Reply locked New topic
Author

need help with zip extraction

Moieen Khatri
Ranch Hand

Joined: Nov 27, 2007
Posts: 144
Hi,

Can someone please help with the below issue.

I cannot extract(unzip) the zip file content using the below code:



The above zipFileExtractor() method takes 3 paramters(source folder,destination folder,zip file name),I have placed the above zip file in the source folder.


The method which is called is given below:



When I run the main method I get null value in the below variable:


Can someone please help.

Thanks

Moieen Khatri
Ranch Hand

Joined: Nov 27, 2007
Posts: 144
I just noticed that my code doesnt work for files with DURSME_1.xml.zip extension,however if the file has the extension DURSME_1.zip the code works fine.

Is there any workaround for this?I need the code to work for files with the extension .xml.gz,.xml.zip,.zip

Please can some help with this?


Many Thanks in advance!
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35438
    
    9
Please do not post the same question to multiple forums: CarefullyChooseOneForum

Let's continue the discussion in this duplicate thread.


Android appsImageJ pluginsJava web charts
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: need help with zip extraction
 
Similar Threads
Problem unzipping with ZipInputStream, containing filename with Swedish characters
UnZIPPing Exception
need help with zip decompression
Problem in unzipping a folder using java.util.zip API
Exception