open « Zip « Java I/O Q&A





1. My Java made Zip files won't open in stuffit    coderanch.com

Hi, That didn't seem to help. I just tried unzipping my archive with stuffit on Mac OSX (previously I tried stuffit for PC and stuffit on Mac OS9), and this time the contents were successfully unzipped. However, the sub directories weren't created - everything was put in the parent directory. I thought this may have been to do with the backslashes ...

3. Can not open Zip files generated by java.util.zip using Java 1.5 64 bit    coderanch.com

I have a problem and I do not seem to find anything on the web regarding it: I have created an application in Java that creates zip files using java.util.zip. The application was originally developed using JDK 1.5 on a 32-bit Machine and it worked flawlessly. Now the application needs to run on a 64-bit machine (Java's motto: write once run ...

4. How can I open a zip thru Java code    coderanch.com

hi Waez, check out the code i have given here.... if the filelength returns -1 u must try to read the data from the jar entry in chunks or set the filelength to some max value say 100 bytes.... replace temp.class with any file that u want to read hope this code help you import java.util.jar.*; import java.io.*; public class Readfromjar ...

5. Zip file cretaed using java not opening    coderanch.com

Hi , I created a zip file using java. I have attached the code below. But when I am trying to open it by using 7zip or windows extract all feature they are not able to open the file. Is it not possible to open zip files created in java by using an archiving tool ? Do I need to write ...

6. How do i open a source code in zip file    forums.oracle.com

Hello! i"m having problems running my codes, i'm using windows and i'm having problems running the codes. At first i thought it was my codes, so i tried a friends code in a zip file and it still gives the same error: exception of in thread "main" java.lang.NoclassDef found error: Rewriter. Rewriter is the name of the Zip file after opening ...

7. Open Vms Zip    forums.oracle.com

Hi all i have to download a zip file from an Open Vms operating system. I download the file with EdtFTp library. When i try to unzip it i get an exception : invalid entry size invalid entry size (expected 29630 but got 2878=9 bytes) What can it be? I try to download with Binary and also Ascii mode but it ...

8. inserting a file into a zip file / or editing open office files    forums.oracle.com

Howdy. I've been playing around with java and have managed to make my own little project thus far. I'm pretty much getting lots of data from emails and transferring them into Open Office files. So in essence, is it possible to insert a new content.xml (with updated information), into a openoffice.sxw (open office version 1). Or would i have to extract ...

9. Reading contents without opening zip file    forums.oracle.com





10. Opening Zip file    forums.oracle.com