Re: Start trouble: ZipException
"Nathan Fiedler" <[email protected]> Thu, 15 Jul 2004 17:30:22 -0700 (PDT)
| Newsgroups | gmane.comp.java.jswat.user |
|---|---|
| Message-ID | <[email protected]> |
Try quoting the argument to -jar. In general, try to steer clear of directory names with spaces in them. Sadly, Windows has many of these and it causes problems like this. n Thudium Stephen-MGI1225 recently wrote: > Hi everyone, > > > > Can someone help me. I just downloaded jswat and unzipped it, but cannot > get it to start. In my Windows 2000 command window I get the message: > > > > C:\Program Files\jswat-2.24>java -Djava.ext.dirs=C:\j2sdk1.4.2\lib -jar > C:\Program Files\jswat-2.24\jswat.jar > > Exception in thread "main" java.util.zip.ZipException: The system cannot > find the file specified > > at java.util.zip.ZipFile.open(Native Method) > > at java.util.zip.ZipFile.<init>(Unknown Source) > > at java.util.zip.JarFile.<init>(Unknown Source) > > at java.util.zip.JarFile.<init>(Unknown Source)