Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsWhite Papers
Discussion GroupsFirst AidDatabasesJavaBeansGUIJava 3DVirtual MachineCORBASecurityToolsGeneral
Java DirectoryOpen Source ProjectsSample Book ChaptersUser GroupsWeb Resources
Related Topics
Databases.NETMore Topics ...

Java Forum / General / November 2005

Tip: Looking for answers? Try searching our database.

Can anybody recomend a free zip scan software!

Thread view: 
Jack East - 06 Nov 2005 04:38 GMT
 I always meet with some problem on class not found.Can anybody
recomend a free zip scan software on windows?Lot thanks!
Andrew Thompson - 06 Nov 2005 05:08 GMT
>   I always meet with some problem on class not found.

Hi Jack.  Why don't you try making some more sensible
responses on earlier threads, prior to starting new ones?

[ Just a thought. ]
Chris Uppal - 06 Nov 2005 09:53 GMT
> >   I always meet with some problem on class not found.
>
> Hi Jack.  Why don't you try making some more sensible
> responses on earlier threads, prior to starting new ones?

Andrew, I think you are jumping to damaging conclusions here.  There is no
evidence that I can see to connect Jack East with the "Jack" who was behaving
questionably earlier, and some considerable evidence to suggest that they are
two unconnected people (in different continents).

One thing that you may not know is that -- at least until fairly recently, and
at least at some schools -- Chinese students were taught that it was a good
idea to adopt a Western name when dealing with English speaking Westerners.  I
don't know where that idea came from, and I don't think it's a very good idea
myself, but it explains why there are quite a lot of obviously non-English
posters using very English names on these newgroups.  There is no intent to
deceive, they are just trying to fit in in the way they've been taught that
"we" prefer.

Anyway, to get to Jack's question (finally ;-).  I can't personally recommend
any specific Zip software.  I used to use  ZipCentral and was reasonably happy
with that.  But I don't think it exists any more.  Recent versions of Windows
have Zip en/decoding built-in.  That's not a particularly good or general
implementation, but it is sufficient for checking the contents of JAR files --
you just have to copy or rename the xxx.jar to xxx.zip.  If you need more
detailed information about what's in a Zip/Jar file than that (e.g. checking
for format errors) then you might try the "zipinfo" program that comes with
Cygwin, although I doubt if you'd want to download and install all of Cygwin (a
Unix environment emulation for Windows) just for that.  I should add that
pkware (who invented the ZIP format)
       www.pkware.com
have some free and trial tools although I've never used them myself.

   -- chris
Andrew Thompson - 06 Nov 2005 11:33 GMT
>>>  I always meet with some problem on class not found.
>>
>>Hi Jack.  ...

> Andrew, I think you are jumping to damaging conclusions here.  

Possibly.  I associated 'Jack East' directly with 'Jack'.

If they are different people, I offer my apologies
for any confusion caused.
Joan - 06 Nov 2005 16:46 GMT
In Windows Explorer, just double click on the icon.

>  I always meet with some problem on class not found.Can anybody
> recomend a free zip scan software on windows?Lot thanks!
Chris Uppal - 06 Nov 2005 17:28 GMT
> In Windows Explorer, just double click on the icon.

If Java has installed itself correctly on Windows, then double-clicking a JAR
file will attempt to start
   java -jar <filename>
which is /not/ what you want...

   -- chris
Joan - 06 Nov 2005 20:44 GMT
he said zip not jar

>> In Windows Explorer, just double click on the icon.
>
[quoted text clipped - 5 lines]
>
>    -- chris
Rhino - 06 Nov 2005 17:04 GMT
>   I always meet with some problem on class not found.Can anybody
> recomend a free zip scan software on windows?Lot thanks!

I use UltimateZip, http:///www.ultimatezip.com/, which is free for
non-commercial uses, and it works fine. I used to use Coffee Cup Zip, which
is also worked fine; it was freeware that I got from Tucows.com or some
similar download site. (I think I switched to UltimateZip because it worked
on both jars and zips while Coffee Cup only worked on zips, but I could be
wrong, it was quite a while ago.)

But you really don't need such a tool to see what is inside a jar. Just use
a command prompt to get into the directory containing your jar file, then
use the 't' flag in the jar command to see what's inside the jar. For
instance, if your jar is in C:\myJars and your jar is called Jack.jar, just
do this on the comand line:

   jar tvf Jack.jar

The names of all of the files in the jar will be displayed for you.

You can also extract the files with the 'x' flag in the jar command. That is
documented in the Jar Trail of the Java Tutorial.

Rhino
Roedy Green - 06 Nov 2005 22:53 GMT
>  I always meet with some problem on class not found.Can anybody
>recomend a free zip scan software on windows?Lot thanks!

I use Funduc Search and Replace. It will look in jars and zips.  It is
shareware.

See http://mindprod.com/jgloss/funduc.html
Signature

Canadian Mind Products, Roedy Green.
http://mindprod.com Java custom programming, consulting and coaching.



Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.