On Monday 06 September 2004 16:56, Mike Chandler wrote:
> On Monday 06 September 2004 06:32 am, David Goodenough wrote:
> > This is not the problem and is entirely unnecessary.  You only need it on
> > the command line because the current directory is not on the PATH by
> > default.
> >
> > I suggest you type in the "java -jar ...." command directly and see what
> > that says.
>
> Thanks David.
> Here is the result, using a terminal from my desktop:
>
> [EMAIL PROTECTED]:~$ java -jar JBidWatcher-0.9.3.1.jar
> Exception in thread "main" java.util.zip.ZipException: No such file or
> directory
>         at java.util.zip.ZipFile.open(Native Method)
>         at java.util.zip.ZipFile.<init>(Unknown Source)
>         at java.util.jar.JarFile.<init>(Unknown Source)
>         at java.util.jar.JarFile.<init>(Unknown Source)
> [EMAIL PROTECTED]:~$

What this says is that it can not find the JAR file.  Are you absolutely
sure that it is spelt this way (remember Linux is case sensitive).  What
does the ls command say is in the current directory (just issue ls on its
own on the Konsole command line).

David


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to