Mailinglist Archive: opensuse (2459 mails)
| < Previous | Next > |
Re: [opensuse] Starting a Java application
- From: Anders Johansson <ajh@xxxxxxxxxx>
- Date: Tue, 18 Mar 2008 00:13:35 +0100
- Message-id: <47DEFB1F.2070905@xxxxxxxxxx>
Randall R Schulz wrote:
Well, no, not really. It's only required that a few bytes at the
beginning of the file are in the right place for "file" to say that it's
a zip file.
file is a useful tool, but it is very frequently wrong
zipinfo and jar similarly will only tell you that the index is in place,
but it says nothing about the integrity of the rest of the file. You
only find that out if you try to unpack it, when zip will say that the
checksum failed
Something along those lines, yes
Anders
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx
On Monday 17 March 2008 14:45, Anders Johansson wrote:
Stan Goodman wrote:
commandline I am trying to run is copied from the WORKINGI wonder if perhaps it could be that the copy from OS/2 did something
installation in OS/2.
to corrupt it?!
The file command should identify JAR files as "Zip archive data," if
they're mostly intact. The "zipinfo this.jar" or "jar t that.jar"
commands will list their contents.
Well, no, not really. It's only required that a few bytes at the
beginning of the file are in the right place for "file" to say that it's
a zip file.
file is a useful tool, but it is very frequently wrong
zipinfo and jar similarly will only tell you that the index is in place,
but it says nothing about the integrity of the rest of the file. You
only find that out if you try to unpack it, when zip will say that the
checksum failed
How exactly did you copy it?
Are you perhaps thinking ASCII-mode FTP or the equivalent?
Something along those lines, yes
Anders
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx
| < Previous | Next > |